HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nemoniac

no profile record

Submissions

W Social, Fictional Metrics and the Beauty of Open Data

blog.elenarossini.com
5 points·by nemoniac·16 दिन पहले·1 comments

An Inconvenient Truth About AI

rutgerbregman.substack.com
2 points·by nemoniac·19 दिन पहले·0 comments

W Social, public institutions and the theater of European digital sovereignty

blog.elenarossini.com
268 points·by nemoniac·23 दिन पहले·171 comments

A one-word answer to why EU lost control of Big Tech: Ireland

euobserver.com
3 points·by nemoniac·पिछला माह·1 comments

Netherlands blocks U.S. takeover of DigiD operator Solvinity

nltimes.nl
17 points·by nemoniac·2 माह पहले·0 comments

W Social uncovered: the reality behind the hype

blog.elenarossini.com
1 points·by nemoniac·2 माह पहले·0 comments

Ireland is the 2n richest country in Europe; a single protest shut it down

butthistime.com
3 points·by nemoniac·3 माह पहले·0 comments

Idiomatic Koru Kernels Match Hand-Specialized C

korulang.org
10 points·by nemoniac·3 माह पहले·8 comments

Almighty Lisp: Lisp and Emacs Essentials Book

almightylisp.com
80 points·by nemoniac·3 माह पहले·4 comments

Coding agent rewrites (and improves) LGPL library and releases under MIT license

github.com
4 points·by nemoniac·4 माह पहले·0 comments

Adaptive Hashing: Faster Hash Functions with Fewer Collision

arxiv.org
2 points·by nemoniac·5 माह पहले·0 comments

Against Markdown

aartaka.me
2 points·by nemoniac·5 माह पहले·0 comments

[untitled]

24 points·by nemoniac·6 माह पहले·0 comments

Not all Chess960 positions are equally complex

arxiv.org
1 points·by nemoniac·6 माह पहले·1 comments

[untitled]

1 points·by nemoniac·6 माह पहले·0 comments

America Has Become a Digital Narco-State

paulkrugman.substack.com
32 points·by nemoniac·7 माह पहले·3 comments

Google's Hidden Empire

arxiv.org
7 points·by nemoniac·8 माह पहले·0 comments

comments

nemoniac
·14 दिन पहले·discuss
Can anyone recommend a straightforward, open-source OAUTH solution to self-host.

Ideally I would like to be able to ask a user for their Google/Microsoft/Apple email address and just drop it into a config file for authorization. The user then autenticates themselves at their G/M/A Id server and gets access. Or is this too simplistic?
nemoniac
·15 दिन पहले·discuss
ASCII only?
nemoniac
·20 दिन पहले·discuss
“The Net interprets censorship as damage and routes around it.”

-- John Gilmore (probably https://quoteinvestigator.com/2021/07/12/censor/)
nemoniac
·20 दिन पहले·discuss
This classic programming text book discusses computational analogs of the "signals" in signal-processing systems.

https://mitp-content-server.mit.edu/books/content/sectbyfn/b...
nemoniac
·22 दिन पहले·discuss
> - I consume HN and Reddit in Emacs.

What are you using for Reddit now that they have closed access to their API?
nemoniac
·पिछला माह·discuss
Trent Reznor (Nine Inch Nails) gave a good explanation many years ago already:

https://stereogum.com/58831/trent_reznor_blasts_ticketmaster...
nemoniac
·2 माह पहले·discuss
Interesting article.

When my Emacs opens a markdown file it immediately converts it into OrgMode format. I find that more readable, more navigable and more editable.

Now I'll have to go and meditate about Emacsification.
nemoniac
·2 माह पहले·discuss
Isn't it equally important to ask the question:how exactly can you provide impartial, objective reporting when you can afford the salaries?
nemoniac
·3 माह पहले·discuss
Finland was the first country to grant its citizens the right to internet access in law.

Other countries including Spain have laws "ensuring that access is broadly available and preventing unreasonable restrictions."

Something has to give.

https://en.wikipedia.org/wiki/Right_to_Internet_access#Ensur...
nemoniac
·3 माह पहले·discuss
That was quick. Just the other day we had "Programming is free"

https://idiallo.com/blog/programming-tools-are-free
nemoniac
·3 माह पहले·discuss
My own experience over the last few months is quite the opposite so it's heartening to see some reputable Lispers reporting the same in the comments here.

Everything in this area is moving so quickly that I haven't yet crystallized my thinking or settled on a working methodology but I am getting a lot of value out of running Claude Code with MCP servers for Common Lisp and Emacs (cl-mcp & emacs-mcp-server). Among other things this certainly helps with the unbalanced parentheses rabbit hole.

Along with that I am showing it plenty of my own Lisp code and encouraging it to adopt my preferred coding style and libraries. It takes a little coaching and reinforcement (recalcitrant intern syndrome) but it learns as it goes. It's really quite a pleasant experience to see it write Lisp as I might have written it.
nemoniac
·5 माह पहले·discuss
GDPR is not a PII law. The term is not mentioned once in GDPR. GDPR speaks of "personal data", which as Wikipedia puts it "is significantly broader".
nemoniac
·6 माह पहले·discuss
Is there any indication of what the performance hit for this might be?
nemoniac
·7 माह पहले·discuss
uvx cinecli search "star wars"
nemoniac
·9 माह पहले·discuss
You can run it in Racket with the SICP language.

https://docs.racket-lang.org/sicp-manual/SICP_Language.html
nemoniac
·9 माह पहले·discuss
The author references is in the sectino on Further Reading
nemoniac
·9 माह पहले·discuss
> Almost everything I might achieve with an MCP can be handled by a CLI tool instead.

That's the pull quote right there.
nemoniac
·पिछला वर्ष·discuss
That's quite a time investment; about 3 months on a full-time basis.

One detail intrigued me. The author has a PhD in Informatics but "had never used any programmers’ editor other than Notepad++". He credits being able to touch-type for some of his efficiency and went about learning a swathe of tools including Emacs and several diagramming languages. These diagram files and the OrgMode file are a valuable reference in themselves.
nemoniac
·2 वर्ष पहले·discuss
Could someone point to a description of how the passkey protocol actually works? I mean for example at the level of, here's how you would implement it using a crypto library in Python or some other language.
nemoniac
·3 वर्ष पहले·discuss
This sounds interesting. Have you got an example of how you do this by any chance?