Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drinchev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
drinchev
11mo ago
Also npm audit times out.
2.
▲
by
drinchev
3y ago
Note that we also had COVID and shifted to remote gigs in Germany. This means that we compete with people located in smaller cities or even villages which probably have a pretty good pay rate bump.
3.
▲
by
drinchev
3y ago
As a contractor, based in Berlin, I also noticed that since the end of last year the market slowed down.
4.
▲
by
drinchev
3y ago
Sublime Text editor is my day-dreaming destination when I feel depressed of work. It makes me really happy that 2-3 people can actually build something, sell a piece of it in an non-disturbing way, and do this for a living. It's also o
5.
▲
by
drinchev
3y ago
> bleeding edge tech solves many problems ... > which day to day tech workers working on internal B2B do not face That's so true. Good luck explaining to management that the front-end app needs additional cloud resources, such as
6.
▲
by
drinchev
4y ago
Wow. I hope this won’t spread further. Looking at DAX, Deutsche Bank shares dropped as well as HSBC. When I first read the news, I thought about another hit for the crypto, however looking at what happens I’m a bit worried where will the av
7.
▲
by
drinchev
4y ago
This looks cool. However I was looking for a better “Alfred” on my Mac and found https://www.raycast.com/ . Seems like it’s not an electron app, but also works with JS and even React. In case someone is using both. What are
8.
▲
by
drinchev
4y ago
What I'm pissed about is that everyone hopped on the JWT train too fast a couple of years ago. Now it's really hard to argue with architects / developers why cookie authentication / bearer token makes more sense than JWT
9.
▲
by
drinchev
4y ago
As explained in the article, if that's the case then you can't really trust the JWT anymore only for it's cryptographic signature and you rely on an internal store entry that makes the token valid / invalid. This makes n
10.
▲
by
drinchev
5y ago
Well I think there are far more dangerous substances than alcohol which are considered legal and advertised. Eating sugar for example in excessive amounts leads to way worse diseases - https://www.webmd.com/diabetes/fea
11.
▲
by
drinchev
5y ago
There is hardly an app that I use these days that doesn't require internet connection. I guess once your app needs it, you will have the same problems.
12.
▲
by
drinchev
5y ago
Fun story explaining this to the PR reviewers though :D
13.
▲
by
drinchev
5y ago
Yeah I don't remember how I found about this, but I remember it involved some `console.log(JSON.stringify(...))`. It's tricky to notice.
14.
▲
by
drinchev
6y ago
Really nice design of the home page! Do you folks use a template for that or you built it in-house?
15.
▲
by
drinchev
6y ago
Btw in this context I would like to share Type Fast by sindresorhus [1]. I find it excellent and definitely a helpful tool to think about when you are struggling with type safety vs runtime data. 1: https://github.com/sindre
16.
▲
by
drinchev
6y ago
> You could certainly build Facebook as a fully server-rendered PHP app, but that would hurt Facebook's business because its servers would need to do more work and its users would have to wait longer for content. I think they do tha
17.
▲
by
drinchev
6y ago
I'm used to call this HTML5 boilerplate. So that's the way I google when I actually need something like this. https://github.com/h5bp/html5-boilerplate/blob/master/src/in...
18.
▲
by
drinchev
6y ago
34 and I feel pretty happy freelancing. Freelance IMO is closer to real life for most of the devs I’ve talked to. You are not committed to bullshit, often excluded from company brainwash meetings and actually getting paid by the hour, so yo
19.
▲
by
drinchev
6y ago
As a longtime WebStorm user I would really appreciate a WebStorm + let’s say PyCharm vs IntelliJ. I’m a bit happy by the default configuration of each dedicated IDE, rather than clicking around in IntelliJ and fix stuff. What’s your opinion
20.
▲
by
drinchev
6y ago
Probably my 1 year old daughter talks right now, but I really have no time to do stuff on the weekend. I'm happily not living with a visa though, but still I think if you don't have enough time, you can always "spend" so
21.
▲
Ask HN: Good and logical resources on growing kids
9 points
by
drinchev
6y ago
|
6 comments
22.
▲
by
drinchev
6y ago
Thanks for that. Really appreciate the answer. I remember having similar struggles with infinite-scroll product page a while back ( ~5 years ago ), with variable card height. I thought this could be done with CSS nowadays, but I guess css g
23.
▲
by
drinchev
6y ago
I know that the OP probably did the research, so I'm just going to ask : Isn't this possible with only CSS? I see each article ( section ) with position absolute and heavy JS calculations. My browser brain thinks that with some co
24.
▲
by
drinchev
6y ago
The snapshots part is something that I completely disagree. > Here, we change the engine type from turbofan to propfan. Just to test how it works. Since the new engine no longer matches our snapshot, the test fails. We’ve got a report, a
25.
▲
by
drinchev
6y ago
> Installation > curl https://aviary.sh/install | sudo bash I would really try to avoid this, especially when it's targeted for sysadmins ( I guess DevOps nowadays ). What's the big deal of having this inste
26.
▲
by
drinchev
6y ago
Same happened with me. Here is the idea : > Here’s the simplest solution I could come up with: > 1. Serve the current site from a subdomain (e.g., 2017.ar.al) > 2. Make my 404s into 302s that point to the previous version of the si
27.
▲
Microsoft Windows 95 Video Guide – Jennifer Aniston and Matthew Perry
(youtube.com)
3 points
by
drinchev
6y ago
|
0 comments
28.
▲
by
drinchev
6y ago
Oh, the irony ... https://www.npmjs.com/package/is-falsy
29.
▲
by
drinchev
6y ago
Yeah, but the question is how far should we go with that. Should we do : const isFalsy = require("is-falsy"); const isObject = require("is-object"); const isFunction = require( "is-function" );
30.
▲
by
drinchev
6y ago
I'm even not sure what an average experience on IE11 would be for any users. I push as much as I can to POs / stakeholders to just disable non-critical features on IE11 and just leave the basic functionality. I doubt anyone using
More ›