Ángel
@angel@triptico.com
Location: 40.4235492,-3.6617828
89 following, 100 followers
Comprar LA ATALAYA RECORTADA CONTRA EL CIELO (editorial Libros del Futuro)
Sinopsis:
Bran tuvo una adolescencia complicada, y su vida adulta no es mejor. Una sucesión de pérdidas familiares, una gran cicatriz en la cara y sus circunstancias personales han forjado en ella una personalidad esquiva.Y como si fuera una maldición añadida, la protagonista hereda y debe hacerse cargo de una casa familiar, epicentro de buena parte de las desgracias que se abatieron sobre sus seres queridos.
Una visita a la enmohecida y arruinada vivienda, ubicada en un pequeño pueblo madrileño, sumergirá a Bran en una travesía angustiante por túneles oscuros, estancias claustrofóbicas y seres terroríficos.
On a more prosaic matter, I also was for years a happy user of you offlineimap application.
Cheers!
El convocante del certamen, AEFCFT/Pórtico, publicará un libro electrónico gratuito incluyendo mi relato junto al ganador y los otros tres finalistas. En cuanto me entere de cómo y desde dónde descargarlo, pondré el enlace por aquí.
https://twitter.com/Portico_AEFCFT/status/1576181898488950786
What you have in you hard drives are users (or accounts), not people.
soname
in a dynamic library, so that binaries linked to it can find it even if it's in a non-standard place:gcc -shared -o libcrazy.so -Wl,-soname,/an/esoteric/place/to/store/libcrazy.so crazy.cThis way, you don't need kludges regarding the use of
gcc -o main -L. -lcrazy main.c
LD_LIBRARY_PATH
nor anything else.Then you can publish here links to your creations for us to enjoy.
int fd = memfd_create("foo", MFD_CLOEXEC);https://unix.stackexchange.com/questions/230472/can-i-exec-an-entirely-new-process-without-an-executable-file
// write your image to fd however you want
fexecve(fd, argv, envp);
valgrind
, libleak
or the scan-build
tool from the LLVM compiler. There is a less known tool inside the GCC compiler itself: the -fsanitize=address
.If you use a standard make setup, you can recompile your project doing
make CFLAGS="-fsanitize=address -fno-omit-frame-pointer"After exiting your program, a summary of memory leak errors (including the line of the source code were it happened) will be printed out.
Converting strings and characters between lower and upper cases is a very common need.https://github.com/apankrat/notes/tree/master/fast-case-conversionIn particular, case conversion is often used to implement case-insensitive comparision, an operation that is often present on the program's fast paths as a part of data container lookups and content manipulation.
So it is usually desirable to make case conversions as fast as possible.
In this post we are going to look at one of the options - very fast case conversion using compressed lookup tables and also at some options for compressing these even further.
So please, please, if you plan on writing something longer than a bad joke or a snarky comment, do not use Twitter. Your ideas, your findings, your knowledge deserve better. Put your thoughts on your own website or blog, and share it with the World using whatever social network you see fit.These apply much more so to the Fediverse, where you don't have the stupid character limitation.
https://pierre.equoy.fr/blog/posts/2022/10/stop-writing-twitter-threads/
I was about to say it happens on music records at well, but the economic model has changed on this as you don't buy those things anymore.
Además, hay otra cosa que (creo que) el artículo no menciona: usar el lavavajillas es más higiénico porque las temperaturas que se alcanzan dentro también achicharran a buena parte de los bichos.
"At the time we didn't have tapes and we had a couple of file-systems running and we kept changing the origin of time," he said. "So finally we said, 'Let's pick one thing that's not going to overflow for a while.' 1970 seemed to be as good as any. "https://www.netmeister.org/blog/epoch.html
-- Dennis Ritchie
" Clarify that DMs can be read by instance owners #18079 "
Unlike Ext4, Btrfs does not support encryption [...]Does ext4 really support encryption? I meant, of course you can use LUKS and ext4 over it, but...
Hashing algorithms map data to an arbitrary fixed-size value. Most hashing algorithms actively try to avoid collisions – e.g., minimizing the probability of two different keys having the same hash. Perceptual hashes do the opposite – they maximize collisions by creating some dimension of data locality – similar keys have similar hashes.https://matt-rickard.com/perceptual-hashing
https://marc.info/?l=openbsd-misc&m=166627387020774&w=2
Congratulations to everyone involved.
The ps
program now implements the -f
(forest) argument, which is not really that important, but makes my muscle memory happy because I'm accustomed to decades of Linux typing ps xaf
.
The pkg_add -u
command is now blazing fast.
This is a fantastic piece of work by a fantastic group of people. If you use it, it would be nice to contribute:
20 years ago, if you ate dinner under the unblinking eye of a CCTV, it was because you were housed in a supermax prison. Today, it's because you were unwise enough to pay hundreds or thousands of dollars for "home automation" from Google, Apple, Amazon or another "luxury surveillance" vendor.https://pluralistic.net/2022/10/07/sensory-deprivation/#sensorship
Dislike
message type. Not to repent from liking something (that would be an Undo
+ Like
message), but to actively show your disapproval of something 🤷Good question, anyhow.
The multiocular O is a rare form of the Cyrillic letter О. How rare?https://languagehat.com/multiocular-o/Rare enough to occur in a single phrase, in a single text written in an extinct language, Old Church Slavonic.
The text is a copy of the Book of Psalms, written around 1429 and kept in Russia
https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/bellard/bellard.pdf
What's the word that's not schadenfreude, but means "enjoying someone else's tech misery because, thank fuck it's not me, but also hoping the poor schmuck manages to solve his problem because, (a) he's a nice guy and (2) I really want to know the solution".😆
Sampling tools like oprofile or dtrace's profile provider don't really provide methods to see what [multithreaded] programs are blocking on - only where they spend CPU time. Though there exist advanced techniques (such as systemtap and dtrace call level probes), it is overkill to build upon that [...]http://poormansprofiler.org/
[...] one needs to improvise, like.. use debuggers - they can walk threads and provide stacks.
Debian will be much more accessible and easier to install, and that can only be good for everyone.
Congratulations.
Escribiré poco pero leeré todo lo que mandes.
"I need privacy. Not because my actions are questionable, but because 'your' judgement and intentions are."https://tilde.zone/@gemlog/109025812633991107