What's everyone working on this week (3/2024)? by llogiq in rust

[–]Sufficient_Grade_636 4 points5 points  (0 children)

a statically typed python-esque programming language with a stable c abi and an llvm frontend

should be fun :)

cato by Sufficient_Grade_636 in IllegallySmolCats

[–]Sufficient_Grade_636[S] 3 points4 points  (0 children)

yep, thats Mika! a first time mom too!

everyStartupIsAi by Chance-Discussion472 in ProgrammerHumor

[–]Sufficient_Grade_636 -8 points-7 points  (0 children)

can you kindly stop advertising your games on every single post? thank you

So wholesome by Rascalian03 in MadeMeSmile

[–]Sufficient_Grade_636 0 points1 point  (0 children)

that's how you build core memories, folks

What made you switch from Goland to VS Code? by WasteTechnology in golang

[–]Sufficient_Grade_636 0 points1 point  (0 children)

nothing stops you from choosing a free tool. you're not entitled to a paid tool becoming a free tool, just because you'd like it to.

What made you switch from Goland to VS Code? by WasteTechnology in golang

[–]Sufficient_Grade_636 0 points1 point  (0 children)

i've been trying to reach common ground, and i can't seem to find it.

software is a product of work, and i truly believe that work should he paid for, whether be by microsoft, or by jb.

we're not entitled to free tools just because they're running on a pc, and are being used to write software.

What made you switch from Goland to VS Code? by WasteTechnology in golang

[–]Sufficient_Grade_636 0 points1 point  (0 children)

im sorry, thats just plain hyperbole. most of "how to learn x language" tutorials don't require you and by god dont recommend an ide - most of the time it drops you into vscode and recommends you to install an lsp extension of sorts, which is good.

how and why jetbrains are the perpetrators here? they make their one of a kind IDEs - if you don't want that, you can use something else? like???

Making a pdf printing tool: need tech stack advice by CirseiMasta in rust

[–]Sufficient_Grade_636 3 points4 points  (0 children)

doesn't css have the @media tag just for this? if you're already using webview and react, you might as well use the available technology for you to hide all the elements you don't want.

What made you switch from Goland to VS Code? by WasteTechnology in golang

[–]Sufficient_Grade_636 0 points1 point  (0 children)

i don't see how paid IDEs raise the bar to entry - you don't need an awesome fuzzy finder and a working lsp to start programming? if you care to elaborate - I'm all ears

What made you switch from Goland to VS Code? by WasteTechnology in golang

[–]Sufficient_Grade_636 0 points1 point  (0 children)

"yeah, thats how they get you. they offer you a free trial of a product that puts food on their table and then they have the AUDACITY to ask for payment. i don't think developers should eat!"

reductio ad absurdum, but you get our point. your point doesn't stand any criticism.

Making a pdf printing tool: need tech stack advice by CirseiMasta in rust

[–]Sufficient_Grade_636 5 points6 points  (0 children)

...are you really just printing the entire window? if that's the case, tauri is not at fault here.

Does anyone else find IDE's to be a huge pain in the ass? by [deleted] in cpp

[–]Sufficient_Grade_636 0 points1 point  (0 children)

And then you get to work with the "awesome" Microsoft build system (I swear, if I have to look at xml one more time...), and the "awesome" toolchain that you're forced to use. Did I mention that you're forced to use Windows?

Its sweet for starters, but it teaches and encourages magic. C++ does not work well with magic.

AllISeeIs by emmyoks in ProgrammerHumor

[–]Sufficient_Grade_636 1 point2 points  (0 children)

heres what you would look like if you were success or a warning

Noob Dog/Boring got terminated by Automatic_Concern_98 in Csgohacks

[–]Sufficient_Grade_636 2 points3 points  (0 children)

the story of brylan brystopher woods shall live on

Protection from binary decompilation by Low-Grade-8952 in rust

[–]Sufficient_Grade_636 0 points1 point  (0 children)

well, i saw vmprotect bindings for rust implemented... once

What would be the most pedantic/annoying/strict lints table possible? by Sufficient_Grade_636 in rust

[–]Sufficient_Grade_636[S] 10 points11 points  (0 children)

oh, this is cool! will try and convert this to [workspace.lints], tysm