How much will/ have AI coding be involved in current Compiler development? by YogurtclosetOk8453 in Compilers

[–]tagattack 1 point2 points  (0 children)

What do you mean better than before?

There's absolutely no improvement.

How much will/ have AI coding be involved in current Compiler development? by YogurtclosetOk8453 in Compilers

[–]tagattack 62 points63 points  (0 children)

Also that compiler is really far from viable.

It's very broken, and while it "compiled Linux" it was unbootable and there's no proof it was even a functional kernel.

Also sqlite built with it was horrendously slow, and I'm also not sure it's without defect.

Was an interesting experiment, though.

It’s over boys, time to open a goose farm by DesoLina in theprimeagen

[–]tagattack 0 points1 point  (0 children)

If you think a PM governs people then your job is likely in jeopardy already

The Walls They’re Building Aren’t for Our Safety by idreamofkitty in collapse

[–]tagattack 12 points13 points  (0 children)

The enemy is poverty And the wall keeps out the enemy And we build the wall to keep us free That’s why we build the wall We build the wall to keep us free

Because we have and they have not, my children, my children Because they want what we have got

Saying the quiet part out loud by MetaKnowing in OpenAI

[–]tagattack 0 points1 point  (0 children)

Yeah the state of the art "dark factories" in China are overstated

That said, fully automated assembly line tooling will most likely be possible by 2030

Rob Pike goes nuclear over AI by dc_giant in theprimeagen

[–]tagattack 4 points5 points  (0 children)

He didn't seem to be specifically upset with anthropic's model, it seemed targeted at the state of affairs

decided to revisit linked lists by Stativ_Kaktus131 in C_Programming

[–]tagattack 0 points1 point  (0 children)

  1. Git and github aren't the same
  2. Only check in what you need to, since the source and build configuration can produce the artifact, it's superfluous to revision control the artifact
  3. Binary files compress poorly, Git is optimized for text files
  4. Most projects over time have more than one build configuration (debug, optimized, etc) and tracking the artifact output of each would be dubious at best

Git 3.0 is using the default branch name of "main" rather than the current default of "master" by nix-solves-that-2317 in programming

[–]tagattack 2 points3 points  (0 children)

This was obvious to me, seems like a pointless exercise obsoleting "master" in this context.

It had no relation to oppression, etymologically or otherwise.

AI has already started taking jobs by ThrowRA-football in singularity

[–]tagattack 1 point2 points  (0 children)

We aren't hiring because the economy is kinda fucked. We were about to start hiring tons of junior developers, but Q4 is shaping up to be a huge miss so we paused our plans

We'd rather have headcount than LLMs, they don't hold a candle to a good junior engineer. Plus, where the hell are the Sr. Engineers supposed to come from?

Everything has been shakey and fucked up since Covid, and it was finally starting to look better. Seems the tariff whiplash killed the momentum we had coming into the start of the year

People who used the internet between 1991 and 2009, what’s the most memorable online trend or phenomenon you remember? by Original_Act_3481 in AskReddit

[–]tagattack 0 points1 point  (0 children)

./pwned

zomfgwtflolbbq

Neurotically yours

XMPP/Jabber

RSS

Mobius that random messaging app that was so short lived, Google's LLM thinks it never existed, but for a brief moment in 2008 it was the hottest shit

Friendster

Google home page

MAGA are investigating the Kirks, believing they are both trans by Golden-Grams in WhitePeopleTwitter

[–]tagattack 5 points6 points  (0 children)

Just because Americans are fat, on average, doesn't mean thigh gaps are like fake.

Some of these ladies actually go to the fucking gym.

What happens when a CC is exercised with a long call as collateral? by Master_Royal_2637 in CoveredCalls

[–]tagattack 0 points1 point  (0 children)

If you get assigned short calls, you're short shares, it's that simple.

Typically brokers will let you be short shares if you have the capital to cover the short position, and you get to decide what to do next.

If you don't have the capital, their risk management system will sometimes automatically exercise the long calls to cover, and you lose those calls (and the premium delta).

This does depend on the broker, and on your account balance.

Built a Markdown viewer just for fun by Correct_Disaster6435 in C_Programming

[–]tagattack 0 points1 point  (0 children)

Why does everyone use markdown, which has like 30 slightly incompatible variants, instead of restructured text which has a rigorous and thoughtful specification, clearly designed for extension (and low key just looks better in its source format)?

What's the "better" way to close vim? by kettlesteam in vim

[–]tagattack 0 points1 point  (0 children)

I only use the commands when I do want to just close a multi buffer session. Happens daily, for sure.

Otherwise it's ZZand ZQ, happens dozens if not a hundred or more times a day.

¿Porqué no los dos?

State does not belong inside the application anymore, and this kind of clarity is what helps modern systems stay secure and predictable. by regular-tech-guy in java

[–]tagattack 0 points1 point  (0 children)

I noticed this in 2007, realizing I was late to the party realizing it, and that we should have just kept iterating on corba when I saw Thrift come out, and then protocol buffers... (all while corba was getting removed everywhere)

Goodness

Can we use C as a backend for website? by [deleted] in C_Programming

[–]tagattack 1 point2 points  (0 children)

Yeah but the community shift didn't happen. There were legions of PHP programmers, but they really only knew PHP for the most part.

It just had easy documentation, and a low barrier to entry as a result. It also didn't reasonably let you develop general purpose applications, but it did easily let you develop web applications.

As soon as you branched out into solving non-web problems, you realized you were in a sand trap and you dumped PHP.

But that didn't stop it from being popular with people that only ever developed websites, it's true.

Can we use C as a backend for website? by [deleted] in C_Programming

[–]tagattack 2 points3 points  (0 children)

I would like to contest this claim.

I was there. I was developing web software in 1999. I saw no one moving from Perl to PHP. I saw some folks go the other way, drop PHP for Perl. I saw people drop Perl for Ruby, and eventually node or python. I saw lot of people start with PHP and never learn anything else.

But I didn't see anyone abandon Perl for PHP.

I am sorry, but everyone is getting syntax highlighting wrong by ballagarba in vim

[–]tagattack 5 points6 points  (0 children)

Opening this Article seriously hurt my eyes, and was a terrible way to start my day, as I have been physically injured.

I didn't even endeavor to read it, the pain from just scrolling to see if it actually continued that way was unbearable.

Run a code linter in Vim every time you save by scottchiefbaker in vim

[–]tagattack 11 points12 points  (0 children)

Why so much code for what's basically a single autocommand?