Viewing profile — mildred593
mildred593
HN member- Joined
- Fri, Feb 21, 2020, 9:17 AM UTC
- HN karma
- 48
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About mildred593
No profile information was provided.
Recent public activity
-
comment
Comment #48947088
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…
-
comment
Comment #48797662
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 day…
-
comment
Comment #48269086
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…
-
comment
Comment #47793861
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. …
-
comment
Comment #47357579
Never trust a LLM for anything you care about.
-
comment
Comment #45786548
Can't wait to have it in my language!
-
comment
Comment #43929149
[flagged]
-
comment
Comment #43888001
I also improved an existing custom component for this : https://amc.melanie-de-la-salette.fr/polyfill.js
-
comment
Comment #43887920
HTML imports could not include markup within the body, it could only be used to reference template elements for custom elements
-
comment
Comment #43887706
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 ins…
-
comment
Comment #42353225
Would that help with Wine?
-
comment
Comment #42231248
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.…
-
comment
Comment #40810814
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 …
-
comment
Comment #40810653
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 mi…
-
comment
Comment #40620889
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.
-
comment
Comment #37874605
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.
-
comment
Comment #37194557
[flagged]
-
comment
Comment #37153439
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 …
-
comment
Comment #36869574
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…
-
comment
Comment #36592155
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 …
-
comment
Comment #36268446
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 …
- story
-
comment
Comment #36141094
OAuth can already work without a backend...
-
comment
Comment #36139496
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…
-
comment
Comment #36139411
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 som…