HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dosshell

no profile record

comments

dosshell
·قبل 24 يومًا·discuss
Every place I worked at has a git introduction where all new employees learn about how git works internally. Takes 1h, and all junior devs stops memories random commands and actually start to understand. I highly recommend to you to poking around in the .git directory.

The git support for new employees drops basically to zero.
dosshell
·قبل 28 يومًا·discuss
What issue do you have specific with reviewing ai code?
dosshell
·قبل شهرين·discuss
Drivers exclusive for Windows.

You know your old Soundblaster AWE64 Gold, with all bundled programs [0]. Or that very special Analog Video grabber card you have.

Wine is user space. This is the full OS.

[0] Ok, that maybe works in linux, but you get your point.
dosshell
·قبل شهرين·discuss
i investigated this yesterday and there is one cmake extension. It gives basic support to cmake. Not as neat as vscode/jetbrains/qt/vs but it works. It is depends on CMakePresets.json and has no gui etc.
dosshell
·قبل 4 أشهر·discuss
you would lose 80 repos from "10000 : 1847" also in that case.
dosshell
·قبل 4 أشهر·discuss
what do you mean with "The browser-based IDE (editor ...)

You use Monaco Editor for that.
dosshell
·قبل 4 أشهر·discuss
What parts have you exactly built?

All I see are dependencies that are glued together with claude.

Can you clearify exactly what you have developed?
dosshell
·قبل 5 أشهر·discuss
This is a good read! and something i have in the back of my head when debugging spooky bugs.
dosshell
·قبل 7 أشهر·discuss
If it captures variables, it is not possible to manually declare the type. You can however hide it in an std::function. But then you probably get some overhead and some heap allocations in real life.
dosshell
·قبل 7 أشهر·discuss
You put the using as class member (private) or as local in the function.
dosshell
·قبل 10 أشهر·discuss
> I have to have TikTok for work

I'm sorry but what? Your job demands what apps you have installed on your PRIVATE phone!?
dosshell
·قبل 4 سنوات·discuss
My impression of Fredrik and Daniel is that they are passionated about the technology - not making a startup exit. If they did an exit, which i don't think they do, it would probably be because they want to go back to a smaller company again. They would just start a new smaler vpn service after they got paid.

disclaimer: I'm a random dude on the internet that thinks he know more than he does.
dosshell
·قبل 4 سنوات·discuss
This got me thinking...

The government do get a limit number of potential users. Can this together with fingerprints, ping latency(?) etc. be used together with amazon info to narrow down the vpn user (in theory) or is that impossible?

For example, if mullvad only had 5 users in separate continents, could one measure the latency and crossreference with a amazon buy history to identify the vpn user?
dosshell
·قبل 8 سنوات·discuss
My code when i was kid was half english and half swedish, heck even today when i write simple "run once"-code they often have some swedish named variable.

Funny story from ~2005, a company developed a jvm for a special cpu and was aquired by a bigger company. After the aquasition 2 developers had to search the code base for two weeks after swedish swear words, they replaced them with the word of dandelion in swedish ("maskros").

What I want to say is that it is very common to mix english and ones native language.