Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iFreilicht
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
iFreilicht
9d ago
I wholeheartedly agree with your comment and have thought a lot about how I would solve these problems. Considered founding a startup as well, but the market size is very unclear. I would say in theory, cloud-in-a-bottle already comes quite
2.
▲
by
iFreilicht
12d ago
Hmm, I agree that the problems are real and very relevant and anadu intended to offer a solution. But it was simply never finished enough to actually solve them.
3.
▲
by
iFreilicht
6mo ago
100% agree. The mac mini was offered with 8GB for some time as well, and when my dad needed a new desktop, I thought that would be a good option. It was basically unusable. Even when you only have a few finder windows and a few (less than 5
4.
▲
by
iFreilicht
7mo ago
This is fascinating. I scrolled through that page and immediately felt like something was marketed to me. I actively hated reading this because it felt so much like the tech company's buzzword-filled landing pages that I have come to d
5.
▲
by
iFreilicht
7mo ago
Anything particular about perplexity that helps you replace web search, or do you mean any LLM-Chat with access to web sources would suffice?
6.
▲
by
iFreilicht
7mo ago
Are they? I couldn't find any info about this and my past perception has been that Anthropic has a stronger moral codex than other AI companies, so I would be genuinely interested in where you got this information from.
7.
▲
by
iFreilicht
8mo ago
What was your process? Decompilation and porting to typescript? Crosscompilation to wasm?
8.
▲
by
iFreilicht
11mo ago
You clearly didn't read the whole article. He specifically explains multiple options for how you can get any software onto the system you want. The goal of this project is to provide a platform that regular developers can write apps fo
9.
▲
by
iFreilicht
11mo ago
Could you explain what you like about it? I feel like I'm missing something. I've listened to half an hour now and there have been a like five minutes of substance, the rest is self-references and jarring editing. If I listen to a
10.
▲
by
iFreilicht
11mo ago
> It is a pity but people do not read much these days. This is a common belief, but it's just not true. The book industry is healthier than ever.
11.
▲
by
iFreilicht
1y ago
Could you explain how? Does it do something funky in the venv that uwsgi doesn't understand?
12.
▲
by
iFreilicht
1y ago
I don't really understand how the data can be "only briefly exposed" but also it could be confirmed that the records were all new and never-before-seen. Like, is this a problem now or isn't it?
13.
▲
by
iFreilicht
2y ago
How is that relevant? A few examples do not disprove anything. It's pretty common knowledge that the more successful/rich etc. your parents were, the more likely you'll be successful/rich etc. This does not directly prov
14.
▲
by
iFreilicht
2y ago
This makes me curious; have there ever been security exploits that utilized the font rendering as an actual attack vector? To me it feels like font rendering should be pure (in the functional sense) and thus have no side-effects, but of cou
15.
▲
by
iFreilicht
2y ago
I have been dreaming of creating a mixed hardware/cloud service that would make this possible again in today's internet. Basically, you can open an account and get your own domain and nextcloud + mastodon + wordpress instance. You
16.
▲
by
iFreilicht
2y ago
Those broad rules were proposed and rejected on the basis of being too broad. That is exactly what the mentions of "concern trolling" are about, and as that is an effective way of preventing any change to the structure that would
17.
▲
by
iFreilicht
2y ago
I posted this somewhere else, but I feel it's important to note here: Forking Nix would take an immense amount of effort, and the maintainers are already overworked. There would absolutely be a community split, which means that there w
18.
▲
by
iFreilicht
2y ago
> I think it really warrants saying it without sugarcoating... this is exactly what a terrorist does. What about this situation made you think it warrants saying that? What is your definition of a terrorist? I thought a terrorist was a p
19.
▲
Creating a bootable Win10 USB with dd (2020)
(superuser.com)
2 points
by
iFreilicht
3y ago
|
1 comments
20.
▲
by
iFreilicht
3y ago
This answer by the developer of Rufus clears up this common misconception amongst Linux users; copying an .iso file to a USB drive with dd is the correct way to create a bootable drive and has the same result as burning the .iso to a physic
21.
▲
by
iFreilicht
3y ago
One specific case that I encountered recently was implementing "integration" tests, where I needed to test some behavior that relies on the global state of a database. All other tests before were easily parallelized, and this mean
22.
▲
by
iFreilicht
3y ago
That's neat. But it still got fooled by them: > Best Splurge: Molekule Air Pro > This high-end purifier uses PECO technology to destroy airborne pollutants, including pet hair, > dander, and viruses. It's also effective a
23.
▲
by
iFreilicht
3y ago
In a few central european countries, Galaxus is a good alternative. I'm a little afraid to mention it here, because more users means more incentive for sellers to buy fake reviews, and currently one of the best parts about it is that I
24.
▲
by
iFreilicht
3y ago
I think it's 1022, as the first and last one in the block are the gateway and broadcast address, right?
25.
▲
by
iFreilicht
3y ago
It's actually quite neat, doesn't have to do anything with the current AI hype: https://github.com/cantino/mcfly/blob/master/src/network.rs Just a few nodes, hardcoded weights. I wonder ho
26.
▲
by
iFreilicht
3y ago
It is a custom pretrained NN with very few nodes, the full source code is here: https://github.com/cantino/mcfly/blob/master/src/network.rs
27.
▲
by
iFreilicht
3y ago
That actually seems unrealistic to me. Of course, people will always become better at doing the things they do, and we can always try harder, but many of these issues take time to consider and find during code reviews, and a few just slip b
28.
▲
by
iFreilicht
3y ago
Why?
29.
▲
by
iFreilicht
3y ago
Interesting example. Why would you say VSCode is a mess? I feel like it's not in line with the current UX Zeitgeist I assume you're referring to (touch-first, wasteful whitespace, manipulative patterns, reduced functionality) at a
30.
▲
by
iFreilicht
3y ago
Every function has to pop all its inputs from and push its output to the stack. the duplicate (or .) function pops one input and pushes it twice. That is a little surprising, but making stack operations special in that they don't need
More ›