Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_kblcuk_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
_kblcuk_
28d ago
Jenkins was (and still is) a PITA to maintain. Moved two different companies off from it to gh actions (self-managed runners in case of a second company), never had any regrets.
2.
▲
by
_kblcuk_
2mo ago
It's great if you can do that -- some people (I, for one) get such heavy nausea from reading in any kind of transport that the only thing I can do is listen to the music and look at the clouds.
3.
▲
by
_kblcuk_
3mo ago
OTH people who want to buy strat would prefer to buy "strat with all inherited problems already fixed", be it PRS silver sky, or any boutique brand like LSL / Sandberg / Suhr / Tom Anderson.
4.
▲
by
_kblcuk_
4mo ago
+100. I also dig fnox (encrypted-secrets-in-git) and hk (pre-hooks manager that is actually fast and stays out of the way) by the same author, pretty much default for any project I start nowadays. Though I also use nix to manage my machines
5.
▲
by
_kblcuk_
5mo ago
It's not like OP asked for any criticism to start with, right? This whole thread is pretty good example of why saying "Fools and children should never see half-finished work" exists. ¯\_(ツ)_/¯
6.
▲
by
_kblcuk_
5mo ago
I use Ctrl + <number> to switch between different workspaces on Mac, and half of the time I come back to MS web pages or apps (like Teams) the font is either 9000+pt or then -3pt. Outlook takes the cake though, where for whatever reas
7.
▲
by
_kblcuk_
6mo ago
So 500 people leave for office and turn off the heating at their homes, even if there are other people (kids, elderly) or animals (cats, dogs, birds) living there?
8.
▲
by
_kblcuk_
6mo ago
I mean, I've seen enough "django specialists" to end up with queries doing a dozen of join bombs and producing 10 million rows from dataset of maybe 1000 items. So pretty safe to add "ORM" to your last statement.
9.
▲
by
_kblcuk_
8mo ago
I think they mean https://en.wikipedia.org/wiki/Pointing_stick
10.
▲
by
_kblcuk_
10mo ago
"Marshmallow test": https://en.wikipedia.org/wiki/Stanford_marshmallow_experimen... It was also highlighted (recently?) iirc that it has little to do with discipline and will-power, but is surprisingly affect
11.
▲
by
_kblcuk_
1y ago
Sorry to hear your situation, but that doesn't really sound like it's LLM's (a tool in the end) fault, more that poor ways of working are a norm in company you work at. Not much would change if you replace "LLM" wit
12.
▲
by
_kblcuk_
1y ago
It’s trivial to alter or remove log lines without knowing or realizing that it affects some alerting or monitoring somewhere. That’s why there are dedicated monitoring and alerting systems to start with.
13.
▲
by
_kblcuk_
1y ago
I worked in a company, where webapp bundle was 8 megs (so close to 2 megs compressed). Upon brief investigation turned out that it was lottie library (~2 megs) + 4 animations, all of which were shown only to first time users. Managed to get
14.
▲
by
_kblcuk_
3y ago
Most of the shells have built-in recursive search, why not just use that? `Ctrl + R` in bash / fish / zsh at least.
15.
▲
by
_kblcuk_
3y ago
Being on call is firemen job, and they do have shifts. In most of the companies you have something akin to construction workers that work from 9 to 5 and then also are expected to be available to do casual firefighting from 5 to 9 because i
16.
▲
by
_kblcuk_
3y ago
cc @j3s (I wonder if this even works here), here's your line breaks fix :) (assuming that since HN is mentioned in git repo [0] for the site, the author does read this occasionally) [0] https://git.j3s.sh/j3s.sh
17.
▲
by
_kblcuk_
3y ago
Because it's not a text organised into sections, paragraphs and whatnot with html, it's just a plain text file rendered into one big paragraph with whitespace set to `pre` ¯\_(ツ)_/¯.
18.
▲
by
_kblcuk_
3y ago
Chase Bliss did a whole guitar effects pedal based on that concept (Generation Loss): https://www.youtube.com/watch?v=7pq7g_fZWw8 Funnily enough the same channel that made OP video also made a review on that pedal 6 weeks a
19.
▲
by
_kblcuk_
3y ago
Those who needed dual-monitor support probably didn't buy 13" MBPs/Airs to start with?
20.
▲
by
_kblcuk_
4y ago
I use Neovim exclusively for the past 4 years or so. Before that I used WebStorm + sometimes Vim for another 6 years or so. To this day I'm thankful to my colleague and mentor, who introduced me to the basics of Vim (you know, how to q
21.
▲
by
_kblcuk_
4y ago
I was about to comment "what, vim-plug had a release this year", but then noticed that article is from 2019.
22.
▲
by
_kblcuk_
4y ago
I used to do that as well. The problem here is that PR belongs to a particular service provider (GitHub, GitLab and whatnot), and thus can be easily lost if you move providers. Or even if you simply move commits to a new repository (for ins
23.
▲
by
_kblcuk_
5y ago
It surely loads faster than speed of light, but with all the keyboard navigation missing, it takes 20x more time to go through each email and archive/delete/reply to. Can't have everything, it seems. :/
24.
▲
by
_kblcuk_
5y ago
Yea, why not just have "double-click" as "add this element to the end of input".
25.
▲
by
_kblcuk_
5y ago
Oh yes, also that! My colleague was rather frustrated with apartment repair crew he had to deal with. Everything was handled via phone calls, none of the construction folk kept any papertrail whatsoever on who agreed to what (obviously), as
26.
▲
by
_kblcuk_
5y ago
> So I started calling people… and quickly discovered that a lot of them have a call phobia, as if human interactions were toxic. > Not in the sense that they’d be busy and would call me later. But in the sense that they wouldn’t pick
27.
▲
by
_kblcuk_
6y ago
They're pretty optimistic about how long this script will be in use: ``` if (l_y < 1900 || l_y > 9999) { l_err = 1 ; l_errstring = "Year is invalid."; } ```
28.
▲
by
_kblcuk_
6y ago
I think we're talking about slightly different things here. Running service that I need to develop right now with a lot of local data (or even read-only connection to production mega-db) is one thing. But needing to run that service wi
29.
▲
by
_kblcuk_
6y ago
Running app locally -- yes, there's nothing wrong with that. Running 25 different apps that compose "the platform" only to be able to develop something -- sounds overkill to me.
30.
▲
by
_kblcuk_
6y ago
Oh yea, and also you get that fuzzy "I clicked random things around, so everything should work, because I run everything locally" feeling. ¯\_(ツ)_/¯
More ›