Viewing profile — NtGuy25
NtGuy25
HN member- Joined
- Tue, Mar 02, 2021, 5:53 PM UTC
- HN karma
- 122
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About NtGuy25
No profile information was provided.
Recent public activity
-
comment
Comment #31575693
Recently joined a company with legit soda machines(the fancy ones with exotic stuff like cream sodas), slim jims, ice cream, cookies, cakes and which buys lunch for the engineers e…
-
comment
Comment #31349319
There's definitely competitors opening up and realizing the space is worth the investment. C# Maui for example, especially with Blazor, is extremely cross platform as well(includin…
-
comment
Comment #31184628
It was pretty heavily used in enterprise on applications from around 2006-2012. I still have nightmares of it, as since it's enterprises the code bases got massive and GWT in my ex…
-
comment
Comment #31184492
Apple is by far the most secure, which is why you rarely see kernel exploits and the market for IOS security researchers are in high demand. While the market for android researcher…
-
comment
Comment #31172993
Just like with any government agency, you bid on something called "Small Business Set Asides" and get or say you are a minority woman. This will give you bonus points and contracts…
-
comment
Comment #31171806
This is really the big reason. IOS blocks applications from running dynamic code. The kernel is immutable and replaced on every update, and safeguarding the JS engine is a huge ben…
- comment
-
comment
Comment #31158103
There's a big difference between moderation on HN and sites like Reddit. Reddit completely shadowbans, filters, or bans anyone who doesn't post with the hivemind. This makes it so …
-
comment
Comment #31125519
There's plenty of other companies that have the other side of the coin in values though that would admire people who stand up. It's very nice to be a good culture fit at a company.…
-
comment
Comment #31080205
In regards to memory alignment, it's even worse. Most instructions work on unaligned data. But some instructions require 8 byte, 16 byte, 32 byte, 64 byte and I think there's even …
- comment
-
comment
Comment #30962022
Government pension is actually very bad. You pay 4 % of your salary per year, and get 1 % * years worked * avg(3 top highest salaries). You get far more money if you put that 4 % i…
-
comment
Comment #30935327
There's actually alot of research in this topic. You should look into "Genetic Programming" on scholar.google.com and you'll find some good presentations. For example https://schol…
-
comment
Comment #30782398
This is one of the biggest issues people don't realize. A react dev doing fully frontend stuff is usually paid more than a security guy. Management views this as the developer maki…
- comment
-
comment
Comment #30603238
Are you trying to run your own business? Me, my friends, and all of my coworkers have to live in the shadows because recruiters hunt us. Like, my buddy posted on Indeed and not has…
- comment
- comment
- comment
-
comment
Comment #29922070
I was recently looking for positions and it seems like most of these companies are hiring you as a filler until they get someone just as good. So you're 100 % right. Without soundi…
- comment
-
comment
Comment #29795347
If you're trying to enter the field I would highly suggest ARM. Mobile malware is the wild west and they really need analysts and hire a bunch of people with no experience out of c…
-
comment
Comment #29787356
This is really good. But make sure that you read the NASM documentation(It's really good) https://www.nasm.us/xdoc/2.15.05/html/nasmdoc0.html . Specifically my main gripe with this…
-
comment
Comment #29762575
Had this issue with a coworker who uses a decade old version of Linux and refuses to install anything other than base packages cus it's "Stable". Well I made an in house tool, and …
-
comment
Comment #29740423
You want to use C anyhow as you want to make sure you have control over the code that is output. For example the following code you know what the assembly is going to be. strcmp(ch…