HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mildred593

47 karmajoined 6 năm trước

Submissions

Mill CPU architecture, roadmap for 2023

millcomputing.com
5 points·by mildred593·3 năm trước·1 comments

comments

mildred593
·9 ngày trước·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 tháng trước·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 tháng trước·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 tháng trước·discuss
Never trust a LLM for anything you care about.
mildred593
·9 tháng trước·discuss
Can't wait to have it in my language!
mildred593
·năm ngoái·discuss
[flagged]
mildred593
·năm ngoái·discuss
I also improved an existing custom component for this : https://amc.melanie-de-la-salette.fr/polyfill.js
mildred593
·năm ngoái·discuss
HTML imports could not include markup within the body, it could only be used to reference template elements for custom elements
mildred593
·năm ngoái·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)
mildred593
·2 năm trước·discuss
Would that help with Wine?
mildred593
·2 năm trước·discuss
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/
mildred593
·2 năm trước·discuss
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.
mildred593
·2 năm trước·discuss
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 that it's purely declarative and it's difficult to make sure it does the right thing. I often find myself in front of queries that are badly optimized and I'd welcome a language that would be less declarative where you could tell the database engine which index you want to use and how explicitly. The optimizer has table metrics but with the domain specific knowledge the programmer has generally better insights.
mildred593
·2 năm trước·discuss
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.
mildred593
·3 năm trước·discuss
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.
mildred593
·3 năm trước·discuss
[flagged]
mildred593
·3 năm trước·discuss
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 security feature.
mildred593
·3 năm trước·discuss
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 the URL part.
mildred593
·3 năm trước·discuss
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 using Hugo and for my purposes, I always start without any theme. Basically, I start to write a markdown file for each page, and an HTML template, then if I need more complexity I have the power available underneath.

Static website generators are not necessarily complex to use, and they generally stay compatible from version to version so you only need to learn the new features and only if you want to use them.
mildred593
·3 năm trước·discuss
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 small devices not always connected, we should keep servers to host the discussions.

The servers should be able to subscribe to a moderation. You don't want to host a discussion illegal in your country gor example. Users should also be able to move servers painlessly. If the users trust their servers with their identity, it does not need to use crypto for user identity. On your profile page on a server you can link other servers identity and that's enough and simpler.

If a discussion group is private, it should only be hosted in servers of their members and not elsewhere.

I started working on such a system https://github.com/mildred/disputatio.nim but beyond the technical stuff I have no idea how this could gain adoption.