Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kleff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kleff
3y ago
I just wish they focused on getting it a bit snappier, its so sluggish at times. Instead i keep going back to RESP.app since its so much quicker.
2.
▲
by
kleff
3y ago
Sinch? LinkMobility?
3.
▲
by
kleff
3y ago
Programmer's Notepad is amazing, its been my goto in Windows for well over a decade at this point. Has everything I need without any bloat, also work fine on large files (I often do regex-searches on huge log files with it).
4.
▲
by
kleff
5y ago
It was definitely xkill, I remember using it a lot during the early Ubuntu releases. I think the shortcut was ctrl-alt-esc, but its so long ago it was removed I no longer know for sure.
5.
▲
by
kleff
5y ago
Satisfactory is really great, highly recommended from me as well. I think the verticality really adds a lot of fun over Factorio where you are restricted to keeping everything on the same level. Can make some really confusing spaghetti thou
6.
▲
Windows Explorer Through the Years
(gekk.info)
186 points
by
kleff
6y ago
|
182 comments
7.
▲
by
kleff
8y ago
X-series is always a safe bet if you want something a bit more portable than the T-series, but with the same build quality. I don't know about the newest (x280), but I'm rocking the previous X270 and I'm really happy with i
8.
▲
by
kleff
8y ago
Must be really cool to win something like that, but how hard would be to convert this back to normal funds again? Would any of the coin exchanges allow you to just withdraw $2M?
9.
▲
by
kleff
8y ago
I was really hoping 2.0 would include the integrated e-mail client they teased a looong time ago. By now I think that is the only feature I still miss from the Opera 12 days.
10.
▲
by
kleff
8y ago
Wait, so they don't turn off the planes when not in use?
11.
▲
by
kleff
8y ago
Even Visual Basic (of all things) allowed you to set it with Option Base . Never really understood why its not supported in more languages...
12.
▲
by
kleff
8y ago
>John Gabriel's Great Internet Fuckwad Theory I think facebook has easily proven that the anonymity part of that equation is _very_ optional.
13.
▲
by
kleff
8y ago
Obligatory: https://jspaint.app/#session:test
14.
▲
by
kleff
9y ago
Tesler's law really rings true in non-UX environments too. I have worked with several people insisting that you can somehow remove complexity by wrapping it in more levels of abstraction, which is utterly infuriating. Sometimes you rea
15.
▲
by
kleff
9y ago
Pretty cool, but the text tool really needs some figlet-like functionality with fonts and outlines!
16.
▲
by
kleff
9y ago
Seconding this! I have no interest in ever playing Magic or any other collectible card game, but I still love watching his videos.
17.
▲
by
kleff
9y ago
I've just never understood why tar can't have sane defaults like zip. Why do you need three or four cryptic arguments to do the most basic use case? Its like find. I try to remember the stupid syntax and just give up and use locat
18.
▲
by
kleff
9y ago
Anyone using VS Code for Java projects here? How does it hold up compared to something like Eclipse or IntelliJ?
19.
▲
by
kleff
9y ago
G402 is the MX518/G400 successor. Same shape with a much better sensor, and it's not very expensive either.
20.
▲
by
kleff
9y ago
For packages wouldn't selling a mailbox with this smart lock system make much more sense than full access to the entire house?
21.
▲
by
kleff
9y ago
Seconding Aquamail, by far the best email client I've used for Android.
22.
▲
Ubuntu 17.10 released
(wiki.ubuntu.com)
11 points
by
kleff
9y ago
|
1 comments
23.
▲
by
kleff
9y ago
Never knew about readlink for files, but I use pwd -P all the time to get the real full path (no symlinks) of the current directory. Really easy to remember as well, P rint W orking D irectory.
24.
▲
Operation Luigi: How I hacked my friend without her noticing
(defaultnamehere.tumblr.com)
6 points
by
kleff
9y ago
|
2 comments
25.
▲
by
kleff
9y ago
The core team in Oslo got laid off after the webkit switch in 2013, not sure how many remained in the other teams. But as far as I know there is nothing but sales and admin left in Norway now.
26.
▲
by
kleff
9y ago
Has there been any hints of adding default parameters to Java at some point? It's one of those things I find really useful in Python or C#, but for some reason never seems to find its way into Java.