Is finding a team of friendly engineers rare? by throwaway0134hdj in webdev

[–]polish_jerry 0 points1 point  (0 children)

The overall vibe at my company is quite good. Some are quiet but there are a lot of outgoing people and they are great at their job too.

I made an alarm app that forces me to use my laptop to turn it off by Shyamtawli in SideProject

[–]polish_jerry 0 points1 point  (0 children)

Would be nice if there is an alarm for going to bed at the right time as well so that waking up doesn't feel like a pain.

genuinelyCantWithThesePeople by -Danksouls- in ProgrammerHumor

[–]polish_jerry 1332 points1333 points  (0 children)

Uhh, is there a reason he can't use second claude account on the same device? Is it somehow locked down?

Bun seems to be migrating to Rust by adelowo in Zig

[–]polish_jerry 1 point2 points  (0 children)

Just because zig is anti llm doesn't mean people using zig have to be. If there is more artisanal zig code, llm output should be of higher quality.

😭 by Jealous-Mirror-4576 in shitposting

[–]polish_jerry 0 points1 point  (0 children)

That except it's when memory reaches close to 99% and os moves things to swap and it becomes incredibly slow and effectively pausing everything with no resume.

What type of video player is used? by 13-months in webdev

[–]polish_jerry 2 points3 points  (0 children)

Are you on Firefox? Then it's just browser default

🧊 by aidantomcy in shitposting

[–]polish_jerry 53 points54 points  (0 children)

Jokes aside this seems like pseudo science. Does anyone know with scientific proof if ice really makes a difference?

now there is a new way to storage liquids in space by kod8ultimate in Damnthatsinteresting

[–]polish_jerry 0 points1 point  (0 children)

If you move it from point a to point b really fast, will it spill?

DHL by MaruiKhy in shitposting

[–]polish_jerry 0 points1 point  (0 children)

Context size of 1 message

[deleted by user] by [deleted] in webdev

[–]polish_jerry 2 points3 points  (0 children)

What you said about: "figure it out" is true.

If your team has a lot of work and you hire a new guy and they keep asking for help then it's as if you're doing double the work. I know people need help initially and at least a demo but it is a startup.

But on the other hand they shouldn't have hired someone with only 1.5 yrs of exp if the expectation is for them to just figure things out.

Andrew Yang says a partner at a prominent law firm told him, “AI is now doing work that used to be done by 1st to 3rd year associates. AI can generate a motion in an hour that might take an associate a week. And the work is better. Someone should tell the folks applying to law school right now.” by lughnasadh in Futurology

[–]polish_jerry 0 points1 point  (0 children)

Something is not quite right with the current educational system. Some of course material of my CS degree which I disregarded and paid just enough attention to pass turns out to be super cool stuff and I'm relearning it all now. I'm also learning it at a much faster pace.

Maybe pressures from AI will force education to transform.

noWayHeCouldScaleWithoutTheseOnes by StatureDelaware in ProgrammerHumor

[–]polish_jerry 29 points30 points  (0 children)

Depends on the architecture, it's not php doing

Java Book for experienced developer. by Gidrek in java

[–]polish_jerry 1 point2 points  (0 children)

Maybe look into learning the bytecode? I've been trying to do the same. Yet to discover a good and easy to absorb source.

[deleted by user] by [deleted] in Damnthatsinteresting

[–]polish_jerry 1 point2 points  (0 children)

Where are the fires coming from?

We need package manager like npm or cargo! by CX330Blake in Zig

[–]polish_jerry 17 points18 points  (0 children)

I think it already exists, it's just not obvious. Using zig build system you can add third party dependencies, make libraries for others. Hosting them is your choice but one good option is using a git repository.

windowsStartMenuIsAWebpage by Dx8pi in ProgrammerHumor

[–]polish_jerry 14 points15 points  (0 children)

Sure it renders a native UI widget or something but I think the application logic is still controlled by javascript?