Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matejn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
matejn
1y ago
I hate that even more, especially since Visual Studio introducted it. I had the habit of selecting some text, and then typing to replace it. Now when my replacement starts with a parenthesis or quote, the text just gets surrounded instead!
2.
▲
by
matejn
1y ago
True, but at least in my attempts, that setting only affects picture backgrounds and is ignored when using solid color backgrounds.
3.
▲
by
matejn
1y ago
On my Windows 10 work machine, solid color backgrounds sometimes get reset to black after connecting to it via RDP. I "fixed" it by creating a solid color .png and using it as a background picture ...
4.
▲
by
matejn
1y ago
Here I have to chime in and say that a certain YouTube razor is one of my favourite purchases ever. But I guess it's rather niche, being a double edged safety razor.
5.
▲
by
matejn
2y ago
I like the SQL solutions people posted. But what about this one in Prolog? ?- setof(Author, Book^Pages^(book_author(Book, Author), book_pages(Book, Pages), Pages > 1000), Authors). Depending on the structure of the Prolog database
6.
▲
by
matejn
2y ago
I completed last year's in Scryer Prolog and it was a joy. Some problems were almost impossible due to the lack of mutation (Karger's algorithm comes to mind), but file parsing was a breeze and I find Prolog programs generally bea
7.
▲
by
matejn
2y ago
I wish I could set my Visual Studio coding font to 10.5pt. Now I have to use 10pt and 105% zoom! But then again, VS doesn't allow font size in px ...
8.
▲
by
matejn
2y ago
I think the same applies to laws. You can't get information on why a law was passed, and many of them end up seeming odd or even counterproductive.
9.
▲
by
matejn
2y ago
I think Windows will shorten the lifespan of your SSD even if you use "shut down", at least if you don't disable "fast startup". "Fast startup" basically replaces "shut down" with a light form of
10.
▲
by
matejn
2y ago
If I understood the watch website correctly, the weekday marker shows 2 dots instead of 1 during AM.
11.
▲
by
matejn
2y ago
Hmm I used Vim for about 10 years and I never used R. I preferred one of the c- variants, usually ct and cas. I guess it depends on acquired muscle memory?
12.
▲
by
matejn
3y ago
Oooh! I put that string there! It was a request by management, and I still don't know why. This site doesn't store any passwords, it's basically just a nice interface to external account management. I heard a rumour that some
13.
▲
by
matejn
3y ago
I've seen quite a few in Ljubljana. I drive by one in particular almost every day, and it really fits the environment and the style of the building: https://space-invaders.com/media/invaders/ljubljana/LJU
14.
▲
by
matejn
3y ago
This reminds me of Seneca's letter on groundless fears. "We suffer more often in imagination than in reality." [1] [1]: https://en.wikisource.org/wiki/Moral_letters_to_Lucilius/Let...
15.
▲
by
matejn
3y ago
I think it's quite normal to live in a 100+ year old building in a European city center. Though they're usually made from brick and not concrete. And do people who have built their own house usually demolish it and move on after j
16.
▲
by
matejn
3y ago
Prolog's execution model is well defined so there shouldn't be any surprises to the proficient programmer. I'd argue it's less surprising than what a C optimizing compiler does.
17.
▲
by
matejn
4y ago
I do the same on Windows. There's an option to hide icons on the desktop.
18.
▲
by
matejn
4y ago
My first foray into programming was on an HP-41C calculator. At the time I didn't know it was "programming", I just used it to make life at school easier. Kind of seems like an Excel moment now, where most people don't k
19.
▲
by
matejn
4y ago
I also don't understand the default muted grey comments. I usually configure comments to be a bright red color.
20.
▲
by
matejn
4y ago
I've recently had to copy a bunch of files over two Windows Servers and was pleasantly surprised by robocopy's (basically Windows' rsync) solution to this dilemma: the first two parameters always only refer to directories, an
21.
▲
by
matejn
5y ago
Another one: http://www.zpub.com/notes/idle.html
22.
▲
by
matejn
5y ago
Your question reminds me of this video by Wendover Productions: Why Trains are so Expensive: https://www.youtube.com/watch?v=fwjwePe-HmA (12m38s)
23.
▲
by
matejn
6y ago
I have seen and used a close-door-to-start microwave. It was a regular microwave where the timer knob was broken. Every couple of weeks you would use pliers to turn the remaining spindle of the knob all the way to the right to reset the tim
24.
▲
by
matejn
9y ago
How is that a one liner? Compare to: cp srcfile destloc/destfile Edit: In addition, the above gulp command reports success even if the file doesn't exist. If you want to check that, you need to import another library and expan
25.
▲
by
matejn
9y ago
I believe "x install your framework" is the job of a package manager, not a build tool. I don't see how your argument holds ground. If everyone used make, tooling would support it, and you wouldn't need to learn the &quo
26.
▲
by
matejn
10y ago
The Samsung Galaxy XCover I used to own managed both water resistance and a removable battery.
27.
▲
by
matejn
10y ago
I whitelisted bandcamp because some bands use custom domains.
28.
▲
by
matejn
10y ago
This actually works on OpenBSD, along with ^A, ^E and ^U, in Firefox and Chromium. I suspect it might work on a macOS too, but I haven't tried.
29.
▲
by
matejn
10y ago
My laptop has a pretty bad screen and several shades of light grey and dark grey appear white or black, respectively, so these sites can be really annoying.
30.
▲
by
matejn
10y ago
Gmail's web client also non-optionally auto-wraps text before sending, which is very annoying when you're trying to send a patch or part of a log file.
More ›