Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vthriller
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vthriller
10mo ago
And now it opens... some VSCode-esque editor in the browser that asks me to sign-in? Why would I want something even more resource-hungry and convoluted just to look up a random thing once in a while?
2.
▲
by
vthriller
10mo ago
> In addition, it is best to use code navigation simply in a web browser How do you define "code navigation"? It might've got a bit easier with automatic highlighting of selected symbols, but in return source code viewer g
3.
▲
by
vthriller
10mo ago
Not sure about normalizing recipients' emails but some are definitely aware of it because I've seen spam that asked to "reply back to defi.n.it.ely.not.shady+email@gmail.com" or something.
4.
▲
by
vthriller
10mo ago
My guess is the sheer amount of data that archive.org has, which means: - even higher costs associated with seeding archives (egress traffic, storage iops capacity required etc) - chances of finding a 3rd-party seed for arbitrary file would
5.
▲
by
vthriller
11mo ago
> Storage is cheap My /usr is 15G already, and /var/lib/docker isn't that far off despite people's obsession with alpine images. If more people would dismiss storage as cheap it'll quickly become expens
6.
▲
by
vthriller
11mo ago
...which could also be a PTSD-esque reaction and not a sign of ignorance. As in "I'm so tired of being affected by this nonsense, when this would even stop". People who don't really care would, in my experience, use sarc
7.
▲
by
vthriller
11mo ago
What you're showing here is not concatenation, there are fancy borders between file chunks and whatnot. Unless you have very different, unconventional definition of concatenation. In fact, you're at odds with bat's README: &g
8.
▲
by
vthriller
1y ago
> support clustering (for high-availabilty purposes) That reminds me of one idea I had back in the day. You see, not everyone has the skill nor time to set up their own server, so clients rely on 3rd party servers. But sometimes these se
9.
▲
by
vthriller
1y ago
> On linux there is gajim that is "okish" In my book it only got worse. Way worse. Sure, it looks more familiar to those who is used to iMessage/Whatsapp/Telegram, but I bet it would still look quite alienating for th
10.
▲
by
vthriller
1y ago
Discussed previously: https://news.ycombinator.com/item?id=44381093
11.
▲
by
vthriller
1y ago
> And I'm still not a fan of the idea of building the perfect IDE by composing different TUIs together and spending hours trying to get a perfect setup. OTOH one could build distrib similar to spacemacs/lazyvim, then you could
12.
▲
by
vthriller
1y ago
> em dashes are, in most locales, not to be surrounded by a space This is definitely not the case for at least French and Russian, which means markup renderers now have to guess text language or force authors to declare such in some meta
13.
▲
by
vthriller
1y ago
I'm not sure if I'd count examples with spaces and comments towards valid emails, because one could argue these are not part of the address, they're email header syntax details. Like, sure, FWS from RFC can be used somewhere
14.
▲
by
vthriller
2y ago
And tuomov (ion3) vs debian: https://web.archive.org/web/20070307113840/http://modeemi.fi... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413469
15.
▲
by
vthriller
4y ago
I was actually the one who submitted patches for GTK3 support! But, yes, it's never going to work with GTK4, at least not without complete overhaul. I don't daily-drive it though, mostly because I never found time to update rather
16.
▲
by
vthriller
4y ago
See also: vi keybindings for GTK2/3: https://github.com/polachok/gtk-vikb (not an active project though)
17.
▲
by
vthriller
5y ago
> preferably sort its stat()s and open/read/close() by inode A better approach would be to use information about location of data extents. Luckily there's already a crate that can help with that: https://github.
18.
▲
by
vthriller
5y ago
The last time I stumbled upon website that used vh for font sizes I was forced to enter into the developer tools and edit that out from CSS because: 1. it didn't work well with my vertical monitor setup, letters were ridiculously large
19.
▲
by
vthriller
6y ago
I also wonder if there are changes to the kernel that can't be reversed with a simple mitigations=off and what effect compiler-based retpoline hacks have these days. Wouldn't be surprised if there's some other variable that I
20.
▲
by
vthriller
6y ago
Wouldn't it be more accurate to use Belarusian ў for ł? They both actually seem to represent [w] sound.
21.
▲
by
vthriller
6y ago
How do those similar projects actually handle ambiguously written laws? All that I see in Catala paper is basically "let this whole thing bounce back and forth between lawyer and programmer until it becomes unambiguous."
22.
▲
by
vthriller
6y ago
You can do that kind of things already, albeit not from within a single universal shell: - https://github.com/jhspetersson/fselect - https://github.com/osquery/osquery
23.
▲
by
vthriller
6y ago
It's not about Friday deployments though: https://www.zdnet.com/article/garmin-services-and-production...
24.
▲
Cold Showers: For when people get too hyped up about things
(github.com)
588 points
by
vthriller
6y ago
|
241 comments
25.
▲
by
vthriller
6y ago
You don't even need to quit editor without saving changes, you can just ^Z it, add new changes, fg the editor back and continue with your commit message.
26.
▲
by
vthriller
6y ago
> If the screen is small, e.g. on mobile, Talkyard could probably be pretty certain which post one is currently reading, so might work ok well, automatically. Modern smartphones easily fit a couple of comments on a screen, at least here
27.
▲
by
vthriller
6y ago
> 2. What about keyboard shortcuts? That just would not work on smartphones. > But how would Talkyard know which post, of many, you're reading, if the screen is large One way is to implement arrow-key navigation and highlight cur
28.
▲
by
vthriller
6y ago
I think "show me every parent message prior to this one" would be a better way to describe the feature that I occasionally miss in every implementation of threaded conversations. Sibling folding is just one of the ways to implemen
29.
▲
by
vthriller
6y ago
> It'd be interesting to have a look at that news site forum (if you have a link?). I doubt that you will find it particularly useful (site in Russian, and I've no idea how reliably that feature works for unregistered users),
30.
▲
by
vthriller
6y ago
Re: finding new comments, I've seen another solution on one of the news site forums that I quite liked: messages are folding individually (i.e. only content is hidden but not the children), and when you enter the thread through the &qu
More ›