HackerTrans
TopNewTrendsCommentsPastAskShowJobs

knz42

no profile record

Submissions

LLMs – What Experienced Practitioners See

dr-knz.net
3 points·by knz42·3 mesi fa·1 comments

Show HN: Building Community Maps

dr-knz.net
3 points·by knz42·4 mesi fa·0 comments

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

ad-freedom-grade.q10elabs.com
2 points·by knz42·5 mesi fa·0 comments

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

github.com
1 points·by knz42·8 mesi fa·1 comments

comments

knz42
·mese scorso·discuss
What do you think of the minimal phone? https://minimalcompany.com/
knz42
·3 mesi fa·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
·8 mesi fa·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
·anno scorso·discuss
Whoosh

OP was parodying JD Vance 's comments from last week.
knz42
·4 anni fa·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
·5 anni fa·discuss
Have you thought about simple iframes?

For example: https://random.vodka-pomme.net/
knz42
·5 anni fa·discuss
Is there a way to simulate capital tax? Percentage of taxable investments/cash?
knz42
·5 anni fa·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