Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mano78
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mano78
12d ago
As Boston would sing, "More than a Feeling"
2.
▲
by
mano78
4mo ago
I didn't remember you can actually build a structure without putting it on concrete slabs. Anyways, It's a marvellous work of love.
3.
▲
by
mano78
5mo ago
What I was thinking, too. But the description of the design process by OP was interesting to read.
4.
▲
by
mano78
6mo ago
Well... maybe... but US is backing them so... what's your point?
5.
▲
by
mano78
8mo ago
Yep, a time when anyone can say to an ally "Greenland must be mine" and more or less get away with it...
6.
▲
by
mano78
9mo ago
Happy 2026 from Venice, Italy!
7.
▲
by
mano78
10mo ago
This doesn't allow to add events nor it stores anything, it's just to print, right? Thanks all the same!
8.
▲
by
mano78
10mo ago
If you look at the traffic, it doesn't send anything (I could test) to its server, and there are entries in browser's local storage.
9.
▲
by
mano78
10mo ago
Wonderful. I wish there was the possibility to sync data among browsers, but that would probably defy the whole purpose of this. Is there a repository?
10.
▲
by
mano78
10mo ago
Definitely not the same thing
11.
▲
by
mano78
11mo ago
I implemented something similar as a caddy module, then I realized that if I was connected to a public wifi network I was actually authorizing the whole bunch of people that were connected to it with me. How do you avoid this, or is it just
12.
▲
by
mano78
1y ago
Northern Italy here, I have a tree of nespole and it's pretty common even. Not the most common, but not forgotten here.
13.
▲
by
mano78
1y ago
iOS safari
14.
▲
by
mano78
1y ago
When a pope dies, Avellino (italian football team) gets promoted. Fwiw.
15.
▲
by
mano78
1y ago
Yep, sure. MEPs are in european parliament, anyway.
16.
▲
by
mano78
1y ago
The first and the last two positive comments are from physicists…? And: if it explains something the other theory does not, maybe it’s worth considering, and applying the scientific method to. It may be bulls**, it may be that some pieces o
17.
▲
by
mano78
1y ago
As we do when Vance speaks of us
18.
▲
by
mano78
1y ago
Not even an AI, there are simpler ways. But as an italian, I will be in the pitchforks-armed horrified mob if this will be proposed. Not a chance.
19.
▲
by
mano78
2y ago
I’ve been self-hosting it for three months now, and I am happy. I came from Joplin; I lost the offline access, but it’s much more “expressive” and nice, so to speak. I don’t miss any other feature, even in the pro version. Doesn’t depend on
20.
▲
by
mano78
2y ago
I wonder why the error in nomenclature… it’s Palazzo Te, from the name of the islet, but even English Wikipedia gives “palazzo del te”, that would mean “of the tea”. Very nice place nevertheless.
21.
▲
by
mano78
2y ago
Exactly! What does this thing do?
22.
▲
by
mano78
2y ago
Just the right time. I’m travelling now to go and deploy a software system I wrote for a NGO, at their place, for free. I am anonymous here so I am not bragging or such: I know many people doing the same, it’s a form of voluntary work, it b
23.
▲
by
mano78
3y ago
I think you mean 256 Gb
24.
▲
by
mano78
4y ago
Brilliant! Quite clever and well-developed. I'll use it!
25.
▲
by
mano78
4y ago
I am using sqlite where a simple persistence layer is needed, both as the sole in the project or along with a full-fledged database. There are many such projects, once you realize that a database is just an abstraction; for example, for cac
26.
▲
by
mano78
4y ago
I use the rather excellent (IMHO) Axentix CSS framework, and it has a few (optional) *morphisms. Worth a try, they are quite different. https://useaxentix.com/docs/getting-started/ and choose "Trends" in
27.
▲
by
mano78
5y ago
Sorry, forgot to comment: SQLite is currently 3.38.0, see https://github.com/mattn/go-sqlite3/blob/master/sqlite3-bind... I don't package it directly, but via the go bindings by mattn (go-sqlite3).
28.
▲
by
mano78
5y ago
Thanks a lot!
29.
▲
by
mano78
5y ago
thanks for your comments, really interesting. I'll come back to this post for ideas ;-). I like the precondition, maybe I'd like to structure it so that it passes when 1+ rows are returned and fails if 0 rows... should be equivale
30.
▲
by
mano78
5y ago
Hi! It doesn't add much to what SQLite allows. It's allowed if database is set as read only and you don't opt-out of default WAL mode; if not, the transactions are serialized. Even so, you rarely notice it, because SQLite is
More ›