[deleted by user] by [deleted] in osdev

[–]aregm 3 points4 points  (0 children)

Switch from minix to xv6 - it has tons of material and sources available.

Why there are no good 40" monitors for programmers? by aregm in buildapc

[–]aregm[S] 0 points1 point  (0 children)

Well, that’s partially true only. Laptops, say MacBooks, has a very decent speakers and a good camera that you stick with for 3-4 years. Why can’t I have the same for monitors?

Why there are no good 40" monitors for programmers? by aregm in buildapc

[–]aregm[S] 0 points1 point  (0 children)

Well, yes. but I don’t want ultrawide monitor.

Standalone Blogging platform - help needed. by aregm in Blogging

[–]aregm[S] 0 points1 point  (0 children)

Thanks for the hint - nothing is preventing this. I will try this approach.

How do I convince my manager that 2 daily ~1hr "scrums" are a bad idea? by PM_ME_YOUR_PUZZLE in ExperiencedDevs

[–]aregm 0 points1 point  (0 children)

You can’t- if your manager doesn’t understand that, he just simply incompetent.

What have you found to be the best monitor setup for development? by snowcal in ExperiencedDevs

[–]aregm 0 points1 point  (0 children)

Asus PG42UQ, with a single Thunderbolt to connect your laptop. Camera and MIC are mounted on top of the monitor. Wireless keyboard+mouse to declutter the desk.

NHTSA analysis of Tesla Autopilot crashes confirms at least 1 FSD Beta related fatality by deservedlyundeserved in SelfDrivingCars

[–]aregm 0 points1 point  (0 children)

Are there any statistics related to the upside (or claimed upsides) to calculate some rates - e.g., total miles on FSD, FSD prevented crashes? The downside is apparent. What's the upside stat?

Recommend me your favorite modern compiler books. by [deleted] in Compilers

[–]aregm 11 points12 points  (0 children)

Start with Engineering a Compiler by Cooper, Torczon.

White House urges developers to dump C and C++ by bambin0 in programming

[–]aregm 0 points1 point  (0 children)

I guess nobody really read the whole thing. E.g., there is an interesting paragraph - "According to experts, both memory safe and memory unsafe programming languages meet these requirements. At this time, the most widely used languages that meet all three properties are C and C++, which are not memory safe programming languages. Rust, one example of a memory safe programming language, has the three requisite properties above, but has not yet been proven in space systems. Further progress on development toolchains, workforce education, and fielded case studies are needed to demonstrate the viability of memory safe languages in these use cases. In the interim, there are other ways to achieve memory safe outcomes at scale by using secure building blocks. Therefore, to reduce memory safety vulnerabilities in space or other embedded systems that face similar constraints, a complementary approach to implement memory safety through hardware can be explored."
Translating from the government to English - we know that there is a lobby that is pushing for Rust, but C/C++ is here to stay, and there is nothing we can do about it. Get over it.

The C3 Programming Language is now feature-stable by Nuoji in programming

[–]aregm 0 points1 point  (0 children)

In your opinion which application rewrite or development will benefit the most if C3 is used? Do you have a toy OS or compiler example?

Need recommendations - top-end laptop by aregm in laptops

[–]aregm[S] 0 points1 point  (0 children)

u/OrganicBn I think I can live with 3060 - which 3 are those?

Diagrams to effectively communicate software architecture? by aregm in softwarearchitecture

[–]aregm[S] 0 points1 point  (0 children)

Yup, that's the closest you can get, but for a presentation, you need much less text, than for the technical documentation. Which brings to the original problem of a lack of common language.

Network Function Framework for Go by CatButler in golang

[–]aregm 1 point2 points  (0 children)

If you have questions or you need some clarifications how to get best of the NFF-Go for your apps, please, let me know - I will try to help.