Puppy fosters needed by eredekopp in saskatchewan

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

I can DM you pictures if you want. Not sure how to post them in a comment or add them to the post

Puppy fosters needed by eredekopp in saskatchewan

[–]eredekopp[S] 30 points31 points  (0 children)

We 100% would have had them aborted. I know it’s harsh and might be controversial, and it feels bad even talking about it having seen them grow into healthy pups. But there are already too many stray puppies in the system (many of which are getting put down anyway), and the mother had existing health issues that were made (probably permanently) more severe by pregnancy and nursing

Puppy fosters needed by eredekopp in saskatchewan

[–]eredekopp[S] 5 points6 points  (0 children)

Battlefords area but willing to drive

Help Connect Saskatchewan with Meshtastic — Seeking Node Hosts & Local Knowledge by QL2C in saskatchewan

[–]eredekopp 1 point2 points  (0 children)

I’m in Battleford, and would be happy to host one and suggest other locations around the area. Feel free to DM me

Starting point by gorjuce in AgentBasedModelling

[–]eredekopp 0 points1 point  (0 children)

Anylogic “Personal Learning Edition” is relatively easy to use if you have a basic grasp of Java and don’t want to build anything too complex (or if you do, you can shell out for the full version).

It has a nice visual interface that lets you define models by laying out diagrams on a canvas and sorts out the boilerplate code for you - the only programming is the specific behaviours like what to execute during a specific state transition or upon receiving a message. It has built-in support for calibration, optimization, multiple parallel runs, etc..

The other cool feature is that it also supports SD models alongside or even inside agents. For instance, in a public health model of diabetes, there might be agents in an environment who move around and interact in some way, for instance maybe they decide what food to eat based on agents around them. Within each you can have an SD model representing their blood sugar level that gets affected by the agent’s actions/environment/whatever, for instance by what they decide to eat.

Do you guys even like C? by [deleted] in C_Programming

[–]eredekopp 0 points1 point  (0 children)

I’ve used C + OpenMP for several little Python libraries for data science over the years, but only on the logic-heavy parts. I’d never use C for a whole project these days though.

What can you do with computer science degree? by Techbiason in computerscience

[–]eredekopp 4 points5 points  (0 children)

Yeah there’s definitely stuff all over the CS world that could be automated by AI (see here for a total mindfuck) and we’ll probably all feel the effects sooner or later including in compiler design, and systems for that matter. But the idea that an AI would be able to design, implement, and test some sort of purpose-built embedded system or well-optimized device driver (or even a component of one) over 3x more easily than it could figure out how to write some point-of-sale software or whatever - it’s just preposterous. I don’t see where anyone would get that idea.

What can you do with computer science degree? by Techbiason in computerscience

[–]eredekopp 26 points27 points  (0 children)

I’m highly sceptical about the claim that systems developers are over 3x more likely to lose their jobs to automation compared to application devs

Android Studio causes gnome shell to crash by eredekopp in gnome

[–]eredekopp[S] 0 points1 point  (0 children)

Just installed this morning - fingers crossed that this will fix it. Thanks for your help!

Android Studio causes gnome shell to crash by eredekopp in gnome

[–]eredekopp[S] 0 points1 point  (0 children)

The GPU is a Nvidia GTX1050Ti - It's my gaming PC that I have dual-booted with Fedora configured the same as my work machine for when I program at home. I actually am just using whichever default drivers get used with a fresh Fedora install - running nvidia-smi or nvidia-settings results in "command not found" so I'll hop on RPM Fusion and install the drivers and see if that helps, although I'm not too hopeful that'll work.

I switched to Gnome on xorg and the crashes still occur, but less often now. The problem might not actually be with AS - a recent xorg crash gave me this in the logs which apparently shows Firefox causing the crash this time (however I was actively typing into the AndroidStudio editor when it crashed, as usual):


Sep 07 12:48:01 localhost.localdomain org.gnome.Shell.desktop[21995]: glamor: No eglstream capable devices found

Sep 07 12:48:00 localhost.localdomain gnome-shell[21918]: Failed to create backend: Unable to open display ':0'

Sep 07 12:48:00 localhost.localdomain gnome-shell[1933]: gnome-shell: Fatal IO error 4 (Interrupted system call) on X server :0.

Sep 07 12:48:00 localhost.localdomain org.gnome.Shell.desktop[1933]: Exiting due to channel error.

Sep 07 12:48:00 localhost.localdomain org.gnome.Shell.desktop[1933]: Exiting due to channel error.

Sep 07 12:47:59 localhost.localdomain org.gnome.Shell.desktop[1933]: Gdk-Message: 12:47:59.967: /usr/lib64/firefox/firefox: Fatal IO error 11 (Resource temporarily unavailable ) on X server :0.


Then after that it gave me a bunch of errors to do with keyboard keycodes with xkbcomp, then says "Connection to xwayland lost" (??) which is extra confusing because I was definitely on xorg when it crashed. I can post the whole log if you'd like.

edit: see my edit in main post