There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

BilboBargains , to mildlyinfuriating in That pattern

Glitch in the matrix, they’re coming for you.

Mog_Spawn , to world in Climate change is a hoax /s
@Mog_Spawn@lemmy.world avatar
h0rnman , to programmerhumor in Gitar hero

Yo, please tag this NSFW… we didn’t come here to see this kind of smut

booklovero , to linux in What are the main challenges in Linux adoption for New users, and how can it be addressed?

Maybe it needs a rebranding. If people have heard of linux, they think it’s for devs, IT nerds, too complicated, etc. Most of the people just have never heard of linux because they don’t look out for it. Most people don’t know what FOSS is, etc. People just don’t know that their OS is spying on them. Chromeos is linux, it’s in every store. Linux made it. Gnu didn’t.

sean_lemmy , to unixporn in X200 + Vi + OpenBSD + dwm + qutebrowser = computing perfection

As someone who’s never used a BSD, what’s your use case for it?

africavoid OP ,

To be honest I find that OpenBSD and the BSD’s in general to be a bit more intuitive than most Linux distros, that would be my main reason, OpenBSD specifically being the most intuitive, it’s little things like connecting to wifi, on OpenBSD it’s really straight foward from the command line but on Linux I just get a headache and I install a GUI for it, but maybe im just dumb and dont understand wpa_supplicant lol. OpenBSD specifically is a minimal OS but it’s really usable out of the box, it feels complete unlike a lot of Linux distros, hardware compatibility is not going to be up to the Linux standard but I have never really had a problem on any ThinkPads. People say the performance for OpenBSD is not great and I suppose that’s true as it’s mainly focused on security but you can make tweaks to make it faster, I have mine in a startup script, but these tweaks will make it less secure. Also the structure of pretty much all the BSD’s filesystems are cleaner than Linux’s, everything has it’s own place rather than being dumped wherever like in Linux, just compare the /bin on Linux to a BSD, it seems removed at first but then you get use to it and finding stuff is a lot easier, I actually understand my system now. Last, the codebase is smaller, for OpenBSD atleast, compare the GNU core utils to any of the BSD core utils and there is a difference of thousands of lines of code, but that’s not really a Linux issue just a GNU issue.

TLDR: Feels like a complete OS, minimal, cleaner, more intutive than (most) Linux distros

Jackcooper , to world in Climate change is a hoax /s

Why is the world so much hotter during the Northern Hemisphere summer?

krzyz ,
@krzyz@szmer.info avatar

As far as I know that’s mostly because there’s much more land in the Northern Hemisphere and the temperature differences (day/night but also summer/winter) are much more pronounced over the land than over the sea: the land heats and cools faster.

Jackcooper ,

Thanks buddy! Wow on Lemmy people actually answer your questions that come late in the thread. Incredible.

acunasdaddy ,

I think also El Niño right?

not_woody_shaw , to programmerhumor in how am i still single?

Ryan Stiles, center, white t-shirt. Where’s Colin Mochrie?

fubo , to programmerhumor in Early disappointment

Meanwhile over in the mechanical engineering department, someone is complaining that they have to learn physics when they just wanted to build cool cars.

darkpanda ,

I took engineering for a year before I realized it had nothing to do with trains.

generallynonsensical ,

☠️

Kyrrrr11 ,

Yeah that’s why you go into physical training. That physically has trains… Right?

dan1101 ,
@dan1101@lemmy.world avatar

That sounds right…

ngwoo ,

After you draw your 100th free body diagram a car pops out

fubo ,

It’s not math class; it’s deriver’s ed.

klemptor , to programmerhumor in Early disappointment
blivet ,
@blivet@kbin.social avatar

I’m grateful to this strip because reading it caused me to learn the correct spelling of “abstruse”. I’ve never heard anyone say the word, and for some reason I had always read it as “abtruse”, without the first S.

magic_lobster_party , to programmerhumor in Early disappointment

I wonder how many in that class will ever need to think about multitape Turing machines ever again.

platypode ,
@platypode@sh.itjust.works avatar

Only the ones who don’t grow up to be total code monkeys

z500 ,
@z500@startrek.website avatar

Never used a Turing machine, but I have a project that generates NFAs and converts them to DFAs so they run faster.

riskable ,
@riskable@programming.dev avatar

How does one convert a No Fear Article into a Definitely Fear Article?

CallumWells ,

I thought it was Non-Fungible Articles and Decentralised Federated Articles

jakoma02 ,

The point of these lectures is mostly not to teach how to work with Turing machines, it is to understand the theoretical limits of computers. The Turing machine is just a simple to describe and well-studied tool used to explore that.

For example, are there things there that cannot be computed on a computer, no matter for how long it computes? What about if the computer is able to make guesses along the way, can it compute more? Because of this comic, no — it would only be a lot faster.

Arguably, many programmers can do their job even without knowing any of that. But it certainly helps with seeing the big picture.

riskable ,
@riskable@programming.dev avatar

Arguably, a much more important thing for the students to learn is the limits of humans. The limits of the computer will never be a problem for 99% of these students or they’ll just learn on the job the types of problems they’re good at solving and the ones that aren’t.

SkyeStarfall ,

The limits of computers would be the same as the limits for humans. We have no reason to think the human brain has a stronger computation power than a Turing machine.

So, in a way, learning about the limits of computers is the exact same as learning the limits of humans.

But also, learning what the limits of computers are is absolutely relevant. You get asked to create an algorithm for a problem and its useful to be able to figure out whether it actually is solvable, or how fast it theoretically can be. Avoids wasting everyone’s time trying to build an infinite loop detector.

riskable ,
@riskable@programming.dev avatar

The “limits of humans” I was referring to were things like:

  • How long can you push a deadline before someone starts to get really mad
  • How many dark patterns you can cram into an app before the users stop using it
  • The extremes of human stupidity

👍

SkyeStarfall ,

…none of which would be relevant for most people working in back-end, which would be most people that take compsci.

I would hate to go to a compsci study and learn management instead. It’s not what I signed up for.

University also shouldn’t just be a job training program.

bh11235 ,

Two govt spooks are hunting a dangerous fugitive who is also a humanities graduate. He escapes into a sprawling maze of tunnels. “It’s hopeless,” one of the spooks says. But the other simply says, “Watch.” then proclaims loudly, “studying linear algebra is important because of its use in stochastic processes and image manipulation.” Before he finishes the sentence, the fugitive emerges back out the tunnel and shouts, “but what’s even more important --” and is immediately knocked unconscious and taken for questioning

dtxer ,

I didn’t go to university, because I wanted to learn useful stuff, but because I’m curiousity driven. There is so much cool stuff and it’s very cool to learn it. That’s the point of university that it prepares you for a scientific career where the ultimate goal is knowledge not profit maximisation (super idealistically).

Talking about Turing Machines it’s such a fun concept. People use this to build computers out of everything - like really - it became a Sport by this point. When the last Zelda was Released the first question for many was, if they can build a computer inside it.

Does it serve a practical purpose? At the end of the day 99% of the time the answer will be no, we have computing machines built from transistors that are the fastest we know of, lets just use these.

But 1% of the time people recognize something useful… hey we now found out in principle one can build computers from quantum particles… we found an algorithm that could beat classical computers in a certain task… we found a way to actually do this in reality, but it’s more proof of concept (15 = 5×3)… and so on

Blamemeta ,

Ram is literally just the tape. Modern computers are just multitape turing machines, albeit the tape ends at some point.

magic_lobster_party ,

Technically a multitape Turing machine is a Turing machine.

HairHeel , to programmerhumor in Early disappointment
@HairHeel@programming.dev avatar

4 years later: “this button is the wrong color. fix it ASAP”

Zetaphor ,
@Zetaphor@zemmy.cc avatar

I was interviewed with complex logic problems and a rigorous testing of my domain knowledge.

Most of what I do is updating copy and images.

AkumaFoxwell ,
@AkumaFoxwell@feddit.de avatar

This hurts so much because it’s my life :(

argv_minus_one , to programmerhumor in Early disappointment

Since when were Turing machines ever nondeterministic?

fubo ,

If you augment a TM with nondeterminism, it can still be reduced to a deterministic TM.

garyyo ,

Wait till you hear about oracle machines. They can solve any problem, even the halting problem.

(It’s just another mathematical construct that you can do cool things with to prove certain things)

julianh ,

Thanks for the fun rabbit hole. They can’t really solve the halting problem though, you can make an oracle solve the halting problem for a turning machine but not for itself. Then of course you can make another oracle machine that solves the halting problem for that oracle machine, and so on and so forth, but an oracle machine can never solve its own halting problem.

rockSlayer ,

Nondeterministic turing machines are the same kind of impossible theoretical automaton as an NFA. They can theoretically solve NP problems.

christian ,
@christian@lemmy.ml avatar

It’s been a long long time since I touched this but I’m still almost positive deterministic machines can solve everything in NP already.

rockSlayer ,

They exist in the same grammatical hierarchy so theoretically they can solve the same problems. What I should have said was that nondeterministic turing machines can solve NP problems in P

planish , to programmerhumor in You can never have too many NPM modules

They might be 64 bit numbers.

Lakso , to programmerhumor in Early disappointment

…then don’t study computer science. I study CS and it’s annoying when someone in a more math/logic oriented course is like “If I get a job at a tech company I won’t need this”. All that IS computer science, if you just wanna code, learn to code.

Zetaphor ,
@Zetaphor@zemmy.cc avatar

The problem is a lot of people who want to learn to code, and are conditioned to desire the college route of education, don’t actually know that there is a difference and that you can be completely self-taught in the field without ever stepping foot in a university.

oce ,
@oce@jlai.lu avatar

We’re not closing schools despite having libraries and the internet, having (good) teachers is useful to learn faster and get pushed further. There are some good programming schools that can make it more efficient for you. I think the main problem is rather the insane cost of higher education in the USA which create anxiety about being certain that you can repay it in the future it may open for you. It is sad.

QuazarOmega ,

I always wanted to believe this, but, at least in my country, not even a specialized high school degree is enough to get me anywhere for months, it’s crazy.
Maybe you could even make it without formal education, but everyone’s always looking for those sweet 3+ years of experience in the field (ಥ﹏ಥ)

Zetaphor ,
@Zetaphor@zemmy.cc avatar

I certainly experienced this at the start of my career. Everyone wanted me to have at least bachelors degree despite the fact that I was able to run circles around fresh college graduates. It wasn’t until someone gave me a chance and I had real world experience that people stopped asking me about my college education. In fact later into my career when they learn about the level of experience I have and that I’m entirely self-taught, it’s often seen as something positive. It’s a shitty catch-22

QuazarOmega ,

So it really is like that eh?
Do you have any tips for what could help me, even a little bit, to have better chances?

Zetaphor ,
@Zetaphor@zemmy.cc avatar

Build an open source portfolio. Being able to show employers what I was capable of was a massive benefit both then and now. You can say you know all of these things, but when you’re looking at hundreds of applications one of the first things they do to reduce the pile is filter out people who don’t have some kind of online presence like Github. This allows them to see that you’re actively engaged with the field and if they want to interview you, to look at your code quality and experience.

A personal website that highlights your best work is also a good idea, as it helps to even further distill down the things you’re ultimately going to end up talking about in an interview. It doesn’t need to be anything fancy, just something that shows your competent. I wouldn’t expect the person interviewing you to actually hit view source and criticize your choice in frontend framework.

QuazarOmega ,

Yeah, I do that actually, though I keep a “serious” profile where there’s little activity and another one where I can just do whatever so I engage a lot more with other projects and make some experiments for myself, so it also ends up being the most active, but I don’t show it, maybe I should?

In my experience interviewers look very pleased when I show them what I made, but they don’t seem to dig into it much most of the time, so I don’t know how important they really find it.
I’ll definitely try to put more emphasis on those anyway, so they can see a good showcase.

A personal website that highlights your best work

That sounds interesting, I’ll definitely try that, thanks!

QuazarOmega ,

Yeah, I do that actually, though I keep a “serious” profile where there’s little activity and another one where I can just do whatever so I engage a lot more with other projects and make some experiments for myself, so it also ends up being the most active, but I don’t show it, maybe I should?

In my experience interviewers look very pleased when I show them what I made, but they don’t seem to dig into it much most of the time, so I don’t know how important they really find it.
I’ll definitely try to put more emphasis on those anyway, so they can see a good showcase.

A personal website that highlights your best work

That sounds interesting, I’ll definitely try that, thanks!

QuazarOmega ,

Yeah, I do that actually, though I keep a “serious” profile where there’s little activity and another one where I can just do whatever so I engage a lot more with other projects and make some experiments for myself, so it also ends up being the most active, but I don’t show it, maybe I should?

In my experience interviewers look very pleased when I show them what I made, but they don’t seem to dig into it much most of the time, so I don’t know how important they really find it.
I’ll definitely try to put more emphasis on those anyway, so they can see a good showcase.

A personal website that highlights your best work

That sounds interesting, I’ll definitely try that, thanks!

QuazarOmega ,

Yeah, I do that actually, though I keep a “serious” profile where there’s little activity and another one where I can just do whatever so I engage a lot more with other projects and make some experiments for myself, so it also ends up being the most active, but I don’t show it, maybe I should?

In my experience interviewers look very pleased when I show them what I made, but they don’t seem to dig into it much most of the time, so I don’t know how important they really find it.
I’ll definitely try to put more emphasis on those anyway, so they can see a good showcase.

A personal website that highlights your best work

That sounds interesting, I’ll definitely try that, thanks!

Zetaphor ,
@Zetaphor@zemmy.cc avatar

Just a heads up, you replied multiple times to this. If the client you’re using doesn’t submit immediately, that just means it’s not doing error handling properly and not disabling submit buttons while the request is in flight. You’ve actually submitted once for each time you pressed the button

QuazarOmega ,

Omg haha, sorry about that! I believe the server was having problems just at that moment, since I couldn’t access lemmy.world anymore, I guess they ended up being sent through after the outage (was I the only one experiencing it?)

Zetaphor ,
@Zetaphor@zemmy.cc avatar

Looks like it wasn’t just you, a bunch of large instances just had an outage

Faresh ,

Without any prior professional experience, is an extensive open-source/[other non-professional software development related experience] portfolio perceived as more valuable than a degree to employers?

Zetaphor ,
@Zetaphor@zemmy.cc avatar

That entirely depends on the employer, but in my anecdotal experience that has been the case. Especially in more recent years versus the start of my career (nearly 20 years ago).

The reality is that Computer Science is useful for building strong engineers over the long-term, but it doesn’t at all prepare you for the reality of working in a team environment and contributing code to a living project. They don’t even teach you git as far as I’m aware.

Contributing to open source demonstrates a lot of the real-world skills that are required in a workplace, beyond just having the comprehension and skill in the language/tool of choice you’re interviewing for.

dhruv ,

It is really difficult to get a good job being self taught.

Neato ,
@Neato@kbin.social avatar

Can you get well paying coding jobs with upward mobility without at least a BA in CS?

AnarchoYeasty ,

It’s harder to break into but I make 150k and barely graduated high school. Software engineering is largely a field that doesn’t care about degrees but about ability. It’s harder these days to break into the field than it was 10 years ago when I did but it’s absolutely still possible

Tavarin ,
@Tavarin@lemmy.world avatar

When I was looking for coding jobs with a decent portfolio, but no computer science degree I got 1 interview out of 300 applications. They absolutely will not look at you if you don’t have the CS degree, or already know someone at the company who can force you in.

Zetaphor ,
@Zetaphor@zemmy.cc avatar

This is also just the reality of the job market, especially in this industry. Dev positions get hundreds if not thousands of applications which all vary widely in quality.

I have 20 years of experience and a six figure salary, the last time I went looking for work and was putting out applications I sent out easily over 100 applications and only had 4 interviews. I’ve found it’s best to form a relationship with a competent recruiter, and work with them anytime you’re back on the market. They’re incentivized to find you a decent position so that they can make their commission. Of course finding one that is decent is almost as hard as the process of sending out applications, but once you do it’s a relationship worth maintaining.

SpookySnek ,

I’m guessing this is US-centric?

Tavarin ,
@Tavarin@lemmy.world avatar

Canada.

itsJoelle ,

I can agree with this. Landed my first dev job after working as a tradesman for a decade, but I liked computers enough to learn on my own. My ‘trade’ offered a ‘unique persepective,’ I guess.

fred ,

I have a fine arts degree and I’m a lead dev 🤷‍♂️

Kecessa ,

You must write beautiful code

CallumWells ,

It’s all ASCII art, but it runs like shit ;P More seriously; what constitutes beautiful code is very open to interpretation. Someone would say that a single line of list comprehension expression is beautiful while another would say the same thing expressed over several lines making the logic abundantly clear is beautiful.

oce ,
@oce@jlai.lu avatar

Maybe not what you’re asking but people with a non-CS M.Sc or PhD commonly switch to coding, especially in the data fields.

regular_human ,
@regular_human@lemmy.world avatar

Anecdotally, I have an associates degree in horticulture and am currently the engineering lead for a team of six

breakfastburrito ,

I used to work at a small tech company (5-10 employees) and when we hired for entry level coders we’d receive hundreds of applications. Most of them would be grads from bootcamps, some with undergraduate degrees and some without. My boss would just throw out any that didn’t have a bs in something, but preferred a stem degree. He knew they didn’t need a degree, he knew you didn’t need actual coding experience, it was just a quick (maybe illegal) way to make that list of applications more manageable. Edit: as other people have said - after your first job you are basically “in” and are a very desirable candidate. Your education matters much less after your first job.

Zetaphor ,
@Zetaphor@zemmy.cc avatar

I’ve never been to college and my job title today is Software Architect, I’ve been doing this for nearly 20 years.

It was extremely hard at first to get a job because everyone wanted a BA, but that was also 20 years ago. Once I had some experience and could clearly demonstrate my capabilities they were more open to hiring me. The thing a degree shows is that you have some level of experience and commitment, but the reality is a BA in CompSci doesn’t actually prepare you for the reality of 99% of software development.

I think most companies these days have come to realize this. Unless you’re trying to apply to one of the FANG corps (or whatever the acronym is now) you’ll be just fine if you have a decent portfolio and can demonstrate an understanding of the fundamentals.

sheepyowl ,

If you entered the field 10 years ago, sure. If you’re trying to enter the field now, I have bad news…

jungekatz ,

Well what i felt working at a tech company that there are instances where we run into specific problems those may need to devise an algo ,and most of my non computer science peers fail to understand why!!

cosmicboi ,

I would have done CS if every math class at my school didn’t have 500 people in it. Even college algebra. They basically made everything a weed-out class

I do think many of the CS concepts are pretty cool :)

Bearbie , to futurama in Every time I ask a person if they're into Futurama, "no what's that?"
@Bearbie@lemmy.world avatar

I get excited to share it with someone who’s never seen it!

swan ,

One of todays lucky 10,000!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines