Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kharacternyk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Generate random colors from text with SHA-256
(hashue.link)
5 points
by
Kharacternyk
2y ago
|
2 comments
2.
▲
Framework Mystery Boxes
(frame.work)
5 points
by
Kharacternyk
2y ago
|
3 comments
3.
▲
by
Kharacternyk
2y ago
Could you tell more about these 'nix boxes? Sounds very interesting.
4.
▲
by
Kharacternyk
2y ago
I would be much more interested in some deterministic utilities than an LLM wrapper, but this is also nice, thanks for sharing.
5.
▲
by
Kharacternyk
2y ago
The idea is cool. The quality of the data is very questionable, though. The color swatches appear more or less random. What does that orange have to do with Google and that maroon with Microsoft? And yet they are in the spotlight of the dem
6.
▲
by
Kharacternyk
2y ago
I've never before gone 4 levels of parentheses deep whilst reading text that isn't programming code.
7.
▲
by
Kharacternyk
2y ago
I know about templates, but I don't believe they are designed for fungible copies. You can run a bunch of my-app@a-random-port.service, but it's not the same UX as `pm2 start my-app -i number-of-copies`.
8.
▲
by
Kharacternyk
2y ago
I don't think systemd has a built-in load balancer. Also, running multiple copies of the same service isn't typical PID-1 stuff, so maybe doing that with systemd involves some friction.
9.
▲
by
Kharacternyk
2y ago
I've enjoyed writing a few projects in x86-64 assembly as well, for what it's worth. Even though I'm sure that any C compiler would generate better assembly than my handwritten one. Flat assembler is great, by the way.
10.
▲
by
Kharacternyk
2y ago
I'm fascinated by C. I agree that using almost anything else automatically eliminates entire classes of bugs and vulnerabilities, but it's so much _fun_ to be close to the machine and avoid those bugs and vulnerabilities myself. J
11.
▲
by
Kharacternyk
2y ago
The ideal data protection law would prevent most of the data from being collected in the first place. Cybersecurity, on the other hand, is about protecting what you have collected anyway. So, maybe cybersecurity is broken, but fixing privac
12.
▲
by
Kharacternyk
2y ago
By being generic and customizable it will have the potential to become a great new game in its own right. Let the community begin with something they already know and love (MtG) and watch them coming up with cool new stuff.
13.
▲
by
Kharacternyk
3y ago
> so if you are able to specify a short TTL for a TXT record in your domain control panel Triweb users are able to do that, but they don't necessarily know that they need to do that. For example, the Cloudflare DNS dashboard display
14.
▲
by
Kharacternyk
3y ago
I know that it's all configurable, what I meant is that some DNS providers may apply a long TTL by default, and it may be desirable to let users of Triweb know about this possible source of confusion.
15.
▲
by
Kharacternyk
3y ago
This is a nice PoC. For how long are TXT records usually cached? Triweb might not see the latest changes to the websites for quite some time.
16.
▲
by
Kharacternyk
3y ago
This would enable some advanced merge conflict resolution strategies, I suppose. However, it can also be done by building the ASTs on demand and still storing plain text.
17.
▲
by
Kharacternyk
3y ago
Well done. SVGs can be selected in the file picker, but the compressor doesn't seem to support them. You should probably further limit the selection to raster formats.
18.
▲
by
Kharacternyk
3y ago
If it requires little effort, it's fine, but generally before working on something one should ask the maintainers whether the status quo is deliberate.
19.
▲
by
Kharacternyk
3y ago
I imagine a lot of such pull requests wouldn't be merged.
20.
▲
by
Kharacternyk
3y ago
Many tiling WMs have an option for gaps between the windows. Do you find them unpleasant? I love my 8px gaps. Most of the wallpaper is still covered, though.
21.
▲
by
Kharacternyk
3y ago
I use the mobile version regularly, especially when it's warmer outside than it is now, and TIL that it is open source. Now I consider purchasing the pro version, as a form of donation.
22.
▲
by
Kharacternyk
3y ago
Thank you for the link. I had no idea about most of the optional tags. It looks ugly when taken to extremes, though.
23.
▲
by
Kharacternyk
3y ago
It can be a nice stub for testing when integrating an API that doesn't have a sandbox environment.
24.
▲
by
Kharacternyk
3y ago
The background noise is a subtle detail I would have never noticed on my own, but it does subconsciously make the blog appeal to me. Content in front of something that looks like real paper appears more credible than the same content on a f
25.
▲
by
Kharacternyk
3y ago
HN used your canonical URL: <link data-rh="true" rel="canonical" href="https://codemodder.io//">
26.
▲
by
Kharacternyk
3y ago
I think you should show the JS example first. The bash examples don't tell how it is different from make, just, etc.
27.
▲
by
Kharacternyk
3y ago
There must be a memory leak in the icon picker. It eats more than 1.5 GB.
28.
▲
by
Kharacternyk
3y ago
That's all right if they are not integrated into an IDE. The typical scenario is: a file is edited by a human -> linter/formatters run -> 60 seconds delay -> the file is backed up. Therefore, debouncing has a handy side-e
29.
▲
by
Kharacternyk
3y ago
Yes, Klunok can work alongside Git.
30.
▲
by
Kharacternyk
3y ago
inotify doesn't tell which process writes to a file, and Klunok is all about tracking only files edited by a human. Also, monitoring entire subtrees with inotify is painful and prone to race conditions.
More ›