Viewing profile — devjab
devjab
HN member- Joined
- Sat, Dec 03, 2022, 12:17 PM UTC
- HN karma
- 3,171
- Public activity
- 1,076 items
- HN profile
- View on Hacker News ↗
About devjab
No profile information was provided.
Recent public activity
-
comment
Comment #45812642
I've only been bullied once, so it's hard for me to really talk outside of that single time. I'm different and I've never given too many fucks about social norms or hierarchies, an…
-
comment
Comment #45810729
I'm mid fourties and I remember bordercrossings were annoying back in the 90ies. I'm Danish so we didn't enter Schengen until around 2000. I guess it didn't help that I was young e…
-
comment
Comment #45789824
I think it's more of an EU problem. We have so many public apps that rely on two big American tech companies solely because the EU has yet to figure out an alternative app store wi…
-
comment
Comment #45786019
As cool as this is there won't be an European alternative as long as all the apps you'd want to use on a smartphone require either Google Play or the Apple App store.
-
comment
Comment #45782984
Microsoft did some research on it 15-20 years ago for .NET which showed that sync doesn't scale for I/O workloads. The rest of the world sort of "knew" at this point, and all the c…
-
comment
Comment #45779624
We're a much smaller scale company and the cost we lose on these things is insignificant compared to what's in this story. Yesterday I was improving the process for creating databa…
-
comment
Comment #45754287
I think the OO hatred comes from how academia and certain enterprise organisations for our industry picked it up and taught it like a religion. Molding an entire generation og deve…
-
comment
Comment #45705451
Both score 7 now though. This scores 6: function a(b) { return b[0]; } This scores 3: const a = (a) => a;
-
comment
Comment #45705052
I'm not sure how you can infer types on this. Even if you input an array of users from a different function. How would we know that data[0] is a User and not undefined?
- comment
-
comment
Comment #45702691
Maybe I'm doing things wrong, but I assume this tool is meant to focus on cognetive complexity and not things like code quality, transpiling or performance, but if that's true then…
-
comment
Comment #45701975
I don't think this comment will contribute much, so please forgive that, but calling a "Collaboration between Europol and the Shadowserver Foundation" for "Euro cops" is probably t…
-
comment
Comment #45699360
If it goes by WIFI and not the wired network it'll be rather of useless in every enterprise organisation I've ever worked in. I'm not sure I've even worked in a place where the WIF…
-
comment
Comment #45678736
Was MERGE too slow/expensive? We tend to MERGE from staging or temporary tables when we sync big data sets. If we were on postgres I think we'd use ... ON CONFLICT, but MERGE does …
-
comment
Comment #45659298
I have smart lighting, but that's only because it means I can turn everything in the area living and eating room on/off with a single button/switch (not sure what the right English…
-
comment
Comment #45642526
Since we are pulling numbers out of our asses can you tell me what good advice that 95% of the people aren't capable of following is? It's great that our national health institutes…
-
comment
Comment #45620457
Ofcom is simply doing their job. I doubt they care about the users of 4chan. They will fine the company in accordance to UK law. Then if the company does not comply Ofcom will targ…
-
comment
Comment #45620109
It does. There are 100 levels.
- comment
-
comment
Comment #45596648
We had Python and C. We aimed for Go. Now we have Python and C. Yhe deeper story is more change management than technically. We hoped we could obtain advantages from Go because we,…
-
comment
Comment #45596544
No, just C ABI compatible libraries. Maybe when there are two fridays in a week we will have enough time to do some actual adoption.
-
comment
Comment #45589984
I quite like that Zig works a drop in for C in a few use cases. It's been very nice to utilize it along with our Python and regular C binaries. We attempted to move into Go because…
-
comment
Comment #45589937
As an EU citizen the biggest issue for me is that even if I bought a fairphone with grapheneOS, it might as well be a "dumb" phone. This is because all the apps to make our daily l…
-
comment
Comment #45576639
On the other hand you can't sue a company for losing your data in many EU companies. You can report them to whatever data protection agency your country has, and after an investiga…
-
comment
Comment #45576599
Who do you imagine will get fired? The CISO who's been recommending various security imporvements and been trying to get them implemented, but been unable to do so due to a lack of…