HackerTrans
TopNewTrendsCommentsPastAskShowJobs

knz42

no profile record

Submissions

LLMs – What Experienced Practitioners See

dr-knz.net
3 points·by knz42·há 3 meses·1 comments

Show HN: Building Community Maps

dr-knz.net
3 points·by knz42·há 4 meses·0 comments

Show HN: Ad Freedom Grade – How much advertisement do you see?

ad-freedom-grade.q10elabs.com
2 points·by knz42·há 5 meses·0 comments

Mls-chat: Example client/server for the MLS protocol based on OpenMLS

github.com
1 points·by knz42·há 8 meses·1 comments

comments

knz42
·mês passado·discuss
What do you think of the minimal phone? https://minimalcompany.com/
knz42
·há 3 meses·discuss
A guide for newcomers to software engineering, and for anyone curious about how LLMs are changing it. Built from interviews with senior professionals from the tech industry.
knz42
·há 8 meses·discuss
MLS (Message Layer Security) is the IETF standard (RFC 9420) derived from the Signal and Whatsapp end-to-end encryption protocols, with improvements.
knz42
·ano passado·discuss
Whoosh

OP was parodying JD Vance 's comments from last week.
knz42
·há 4 anos·discuss
This is a known bug in st when the default emoji font contains color emojis. Explained here: https://github.com/LukeSmithxyz/voidrice/issues/284

One of the simplest workarounds is to ensure that the default emoji font is black&white; the linked issue above suggests other workarounds.

Also in the official st FAQ: https://git.suckless.org/st/file/FAQ.html

(search for "when trying to render emoji")
knz42
·há 5 anos·discuss
Have you thought about simple iframes?

For example: https://random.vodka-pomme.net/
knz42
·há 5 anos·discuss
Is there a way to simulate capital tax? Percentage of taxable investments/cash?
knz42
·há 5 anos·discuss
A lot of the complexity comes from the lack of expressivity in languages to relate variables (or data structure fields) semantically to each other. If there was a way to tell the compiler "these variables are always accessed in tandem", the compiler could be smart about ordering and memory fences.

The idea to extend programming languages and type systems in that direction is not new: folk who've been using distributed computing for computations have to think about this already, and could teach a few things to folk who use shared memory multi-processors.

Here's an idea for ISA primitives that could help a language group variables together: bind/propagate operators on (combinations of) address ranges. https://pure.uva.nl/ws/files/1813114/109501_19.pdf
knz42
·há 5 anos·discuss
This is a hit piece. None of the angle taken there is specific to Telegram, it could be applied equally to e-mail.
knz42
·há 5 anos·discuss
The article says that BI doesn't affect employment % as if it is a bad thing.

The fact that it did not decrease employment either is a wonderful thing, and should be celebrated.

It means that Finland can use BI as a replacement for a number of other social services, and drive the cost of state support for unemployment significantly. This is excellent!
knz42
·há 5 anos·discuss
This is the approach proposed in http://doi.org/10.1109/TPDS.2015.2492542

(preprint: https://science.raphael.poss.name/pub/poss.15.tpds.pdf )