Yeah this impromptu AMA has been quite an interesting read
Yeah this impromptu AMA has been quite an interesting read
It’s like a clicker game but with scrolling and depression. I’ve attempted to get all the way through it multiple times, but never succeeded.
I got an education in software engineering, not computer science, and my experience is in line yours. I had a few courses about fundamental computer science concepts but most of my education was in learning a little about many different areas of software engineering, specializing in a few. Most of the education involved working as part of a software team, using tools of the trade, applying common design patterns and that sort of stuff, even when courses weren’t explicitly about that.
I would never call myself a computer scientist, I don’t have the education for it, I however immediately had a software engineering job ready after graduating and felt prepared for it from day one.
I love what computer scientists do within the theoretical domain because it eventually seeps into mainstream languages and tools, in a way I benefit from. I’m just not involved with it myself, beyond when it reaches practical application.
An example from work a few weeks ago. I fixed some vibe coded UI code that had made it to prod. The layout of the UI was basically just meant to be an easy overview of information relevant to an item. The LLM had done everything right except it assumed a weird mix of tailwind and bootstrap, mixing and matching css classes from both. After I implemented the classes myself it went from a single column view to grids and nested grids grouping the data intuitively. I talked with the dev who implemented it, and basically it was just something quickly cobbled together with AI until it was passable. The AI had added a lot of extra that served no function and that didn’t conform to a single css framework, but looked like it could. For months noone questioned it despite talk about that part of the UI needing a facelift.
I don’t know how representative it is, but about half the time I’m thoroughly confused about a piece of code and why it was written the way it was, the answer has turned out to be AI. And unlike when a developer wrote it, there rarely is any reason to have written it the weird way.
I switched to lemmy about two years ago and went almost cold turkey. There was one community on reddit that I returned to a couple of times in the first few weeks, but even that stopped as it just wasn’t worth it. I have been to reddit a few times since, but only when trying to solve a problem and reddit comes up as a search result, and only after trying other sources first.
Really? That’s really surprising to me. I’m from Denmark where we use 24h time a lot so I’m used to it, but except for edge cases it’s easy to switch between them. Using Fahrenheit however is a struggle. I have to convert it every time, I have no idea about the temperature until I see it in celsius really. I guess it comes down to me having been exposed to both clock formats but only really on temperature unit.
My first thought was that the kid just aced their autism test, but I suppose that depends on what a failure means there
I dual booted my study pc. Well technically I did. I didn’t use windows for a few months without thinking about it and by then I was too afraid of windows corrupting my linux if I ever booted it. So I effectively just had a Linux machine with half half the disk space. Never had a problem with it though.
You fooled me into thinking this post was just a hidden 4974 reference. Really cool write up, I didn’t question it being an actually existing article until reading the replies.
Trump has in short ordered all mentions of scientifically accurate information on gender and sexuality removed from government websites.
Dave McKeegan isn’t who offered to fund a flat earther. He was himself funded by the guy who arranged the whole thing, same as the flat earther was. Dave McKeegan was simply a prominent debunker with skills as a photographer who accepted to take part in this venture.
Non native English speaker here with a genuine question; wouldn’t “telling the students whom I married” mean that the teacher married the students instead of telling students about their spouse?
I mean being romantic or sexual carries some other connotations and meanings making them ambiguous in many situations if used as the antonym to the asexual and aromantic label.
I don’t really care what words are used for it but I find the allo ones useful as they are the most commonly understood ones and are unambiguous.
It’s free, so don’t let that stop you, but it is very fair if you want a more complete experience before trying it out.
(It is paid on steam as a way to suport the game, but free downloads can be found on their website)
I would say yes and no. It is a game about evolution with some similarities but it is very focused on a realistic representation of evolution. This makes it a more complex game than spore and actively encourages many different niches not just agressive, peaceful and mixed as spore did.
Aldo currently they are working on finishong the cell stage and the beginning of the multicellular stage while have more in deapth discussion about the transition between the microscopic and macroscopic phases among other things.
Aah okay, that makes sense. Paulogia does however put forward at least one more person having an experience, possibly due to a grief hallucination. If I remember correctly he suggested Peter being the one to have it.
I also don’t remember him ever suggesting that the empty tomb is an actual fact in need of explanation. I think he sees it as likely that Jesus would have been unceremoniously put in a mass- or ditch grave as was common for crucifixion victims. The tomb would then be a detail added on later by other christians, likely through narrative evolution.
I may misremember some of it though, so maybe I should go back and rewatch as well.
Oh nice! :D
I think it is more likely that they refer to the minimum witnesses argument put firth by a youtuber Paulogia. He has done a lot to popularize it as a response to the criticism that sceptics have no singular explanation for the proposed evidence of Jesus provided by the spread of christianity and the accounts of early cristians.
As a Dane I’d guess they didn’t realize Americans use it as a greating and so assumed you to be initiating a conversation unrelated to ordering, possibly with bad intentions.
It would be a little like starting the conversation with a “how is your mother”, it would signal way more familiarity than was had, come way out of left field and be generally unwanted when you are working if you don’t have time to stop for the conversation that would ensue.
Don’t get me wrong, I don’t think you did anything wrong necessarily, it’s just a cultural difference that likely causes misunderstandings if none of the parties are aware of it. I’d liken it to a Eurpean going to a restaurant in the US, not tipping anything and how both parties may feel the other party to be rude after the fact if the server let their dissatisfaction show.
I could of course be wrong and they may just have been an ass, plenty of those in tourist heavy areas for sure. Just something to consider if it could have been the case.
This sounds a lot like my reaction to questions in the test i got for autism (except it was writtwn so i just scribbled these thoughts out).
I don’t know if you are on the spectrum, but it sounds like the test giver would have been horrible at administering it to children on the spectrum either way.
I second going straight to unity in this case. I startet my programming journey with unity tutorials and my own hobby projects. This gave me a good grasp of many of the fundamentals when I started learning programming at university. It wasn’t comprehensive but it was way more effective than any attempt I had before then due to the motivation and great tutorials available in that space.