HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mildred593

47 karmajoined 6 ปีที่แล้ว

comments

mildred593
·9 วันที่ผ่านมา·discuss
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).
mildred593
·2 เดือนที่ผ่านมา·discuss
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, but I fear that it might go a bit too far to be realistic. Perhaps rethinking the filesystem and databases is not the top priority.
mildred593
·3 เดือนที่ผ่านมา·discuss
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
mildred593
·4 เดือนที่ผ่านมา·discuss
Never trust a LLM for anything you care about.
mildred593
·8 เดือนที่ผ่านมา·discuss
Can't wait to have it in my language!
mildred593
·ปีที่แล้ว·discuss
[flagged]
mildred593
·ปีที่แล้ว·discuss
I also improved an existing custom component for this : https://amc.melanie-de-la-salette.fr/polyfill.js
mildred593
·ปีที่แล้ว·discuss
HTML imports could not include markup within the body, it could only be used to reference template elements for custom elements
mildred593
·ปีที่แล้ว·discuss
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 string. Thus causing a XML parse error.

There was a push to prevent browsers to be too lenient with the syntax in order to avoid the problem that sloppy HTML produced (inconsistent rendering across browsers)