Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mildred593
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mildred593
10d ago
The opposite issue I had was that I already flagged as spam mails with domains that look like this (not using the official domain) only to discover later that it was legitimate when I connected.
2.
▲
by
mildred593
1mo ago
The memristor that they are building are analog memories and they put it on standard chips to allow AI inference with analog weights I suppose. They did not explain how fetching the analog value into a digital arihmetic unit works though. B
3.
▲
by
mildred593
1mo ago
If you have AMD, you can benefit from the unified memory.
4.
▲
by
mildred593
2mo ago
Very nice. Unfortunately with tunes with notes that are identical but with different sylabes, it's not separated clearly, but I believe this is unavoidable unless there is a speech recognition too. Very nice tool.
5.
▲
by
mildred593
2mo ago
That's why I never accepted the app from my bank. It still work most of the time but it's cumbersome for some uses (like adding a new recipient for wire transfers, it takes two days).
6.
▲
by
mildred593
4mo ago
A Linux distribution that uses well the CPUs de have now and do not waste resources would be godsent. Zero copy networking is needed as well. Avoid wasting resources in all sort of ways, I can only dream. This is really a great manifesto, b
7.
▲
by
mildred593
5mo ago
I can run this on an AMD Framework laptop. A Ryzen 7 (I dont have Ryzen AI, just Ryzen 7 7840U) with 32+48 GB DDR. The Ryzen unified memory is enough, I get 26GB of VRAM at least. Fedora 43 and LM Studio with Vulkan llama.cpp
8.
▲
by
mildred593
6mo ago
Never trust a LLM for anything you care about.
9.
▲
by
mildred593
11mo ago
Can't wait to have it in my language!
10.
▲
by
mildred593
1y ago
I also improved an existing custom component for this : https://amc.melanie-de-la-salette.fr/polyfill.js
11.
▲
by
mildred593
1y ago
HTML imports could not include markup within the body, it could only be used to reference template elements for custom elements
12.
▲
by
mildred593
1y ago
I remember just using PHP sessions back then on a XHTML document produced parse errors. Because PHP added the session to the query strings of links and used the raw & character instead of & for separating params in the query str
13.
▲
by
mildred593
2y ago
Would that help with Wine?
14.
▲
by
mildred593
2y ago
Started with a large shell script, the next itération was written in go and less specific. I still think for some things, k8s is just too much https://github.com/mildred/conductor.go/
15.
▲
by
mildred593
2y ago
I wouldn't even know how to prompt the complex queries I have in mind. For simple queries that an ORM could write, I see, but for something complex that generates actual data from the tables, I don't see it coming.
16.
▲
by
mildred593
2y ago
For my work I use SQL pretty extensively, the PostGreSQL flavor, and it's really powerful. I wonder how it is possible to do without except for very simple queries where the ORM might kind of work. There is however a weakness of SQL is
17.
▲
by
mildred593
2y ago
I'm not surprised at the powers of htmx. I have been doing single page apps (or close to) using Rails + Hotwire (Stimulus/Turbo) and it works really well.
18.
▲
by
mildred593
3y ago
The only thing I remember is that I would never install SP2 because of EULA. I don't remember the specifics though. Around that time I started mostly using Linux anyway.
19.
▲
by
mildred593
3y ago
Do you think that at some point in the future, browsers could bundle in htmx or something similar, and that we could imagine web pages that have javascript disabled but with great interactivity due to htmx? This could perhaps be used as a s
20.
▲
by
mildred593
3y ago
Web people are actually insane. Making security depend on etld+1 is just complete madness. The proposal in the video is actually not bad (domain at the start followed by actual URL) if they can put back tge http(s):// prefix in th
21.
▲
by
mildred593
3y ago
The article says "Unfortunately, Jamstack tools require an initial setup and an initial (and continuous) learning" but with the bare minimum, static website generators are nothing more than glorified template engines. I'm usi
22.
▲
by
mildred593
3y ago
The issue with moderation is that not everyone agrees. Moderation should be plug-in and multilayer. Everyone should be able to choose which moderation they trust or distrust. Full p2p is technically complicated and does not work well for sm
23.
▲
Mill CPU architecture, roadmap for 2023
(millcomputing.com)
5 points
by
mildred593
3y ago
|
1 comments
24.
▲
by
mildred593
3y ago
OAuth can already work without a backend...
25.
▲
by
mildred593
3y ago
JMAP really solves many problems and allows you to do many things that are just not possible with IMAP. Also, IMAP has many ways to (badly) perform the same task, not all supported by all servers or all clients. MIME parsing is not easy to
26.
▲
by
mildred593
3y ago
The problem with the proxy is that to be efficient, I believe the proxy will need to store all IMAP messages in an indexed form on the proxy-side. The problem with IMAP is that some requests are not possible efficiently, and the real breakt
27.
▲
by
mildred593
3y ago
SQLite have a bunch of features that would allow limiting what you can do in a request, and if you limit the access to a database by the user that puts e-mails in that database this is easily doable. I started looking at implementing that
28.
▲
by
mildred593
3y ago
Offline is just a matter stable identifiers on the server. It's the client that is responsible for caching the e-mail content on the device. Also, the fact that JMAP makes it convenient to only download part of a message, and let the s
29.
▲
by
mildred593
3y ago
blood clots, anyone ?
30.
▲
by
mildred593
3y ago
JMAP is great but is not nearly enough. it would still need some improvements... on the protocols and on the available servers. I experienced slowdowns with Cyrus (which is the most advanced implementation I believe) on complex requests. Al
More ›