HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dosshell

no profile record

コメント

dosshell
·24 日前·議論
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 日前·議論
What issue do you have specific with reviewing ai code?
dosshell
·2 か月前·議論
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
·2 か月前·議論
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 か月前·議論
you would lose 80 repos from "10000 : 1847" also in that case.
dosshell
·4 か月前·議論
what do you mean with "The browser-based IDE (editor ...)

You use Monaco Editor for that.
dosshell
·4 か月前·議論
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 か月前·議論
This is a good read! and something i have in the back of my head when debugging spooky bugs.
dosshell
·7 か月前·議論
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 か月前·議論
You put the using as class member (private) or as local in the function.
dosshell
·10 か月前·議論
> 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 年前·議論
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 年前·議論
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 年前·議論
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.