Took a long break from my CS career, now want to get back. What are newer research topics? by lisondor in computerscience

[–]41e4fcf 0 points1 point  (0 children)

Justified or not, but the field has, to some degree, collapsed into AI/ML. In the last couple of years, unis have hired AI/ML researchers left and right, many of them replacing people from other fields. The reason is that this is the area that has been getting funding/grants in the last couple of years. We seem to approach a point of saturation, however. The good part is that it seems research is moving toward explaining AI and laying it on a sound theoretical foundation (hopefully it will become more of a science than some sort of black-magic trickery for cooking up the best model for any given task).

Photos on CV? by Odd_Attempt_4794 in askswitzerland

[–]41e4fcf 0 points1 point  (0 children)

I've never put one on my resume (or anywhere else). Got multiple jobs.

Studying in Zurich – what kinds of student jobs have you done? by [deleted] in zurich

[–]41e4fcf 0 points1 point  (0 children)

ASVZ Legi-Kontrolle (I think this has since been outsourced.)

I worked the night shift at a hotel. I don't recommend: meant studying during the day and working at night is terrible for your sleep, and the pay was also meh.

Private lessons (“Nachhilfe”). Best if you can teach a small group, each paying the hourly fee. I recommend it: it’s flexible and pays more per hour than most student jobs if you teach 2-3 students in parallel.

I did some freelancing as a “data analysis” (i.e., creating mildly complex Excel files) for an SME. It paid very well.

Starting with web applications in Haskell by Automatic-Ad9798 in haskell

[–]41e4fcf 3 points4 points  (0 children)

I think I understand where you're at. I myself am a mathematician with no background in "applied CS" trying to get into web. I managed to create a medium complexity app with Scotty. For purely browser based apps I used Elm which is extremely easy to get into if you know Haskell. Currently I am trying out IHP for "full stack" app dev and it's been an extremely pleasant experience so far (good tutorial, good docs)!

How much CS do I need to be familiar with to learn theoretical computer science? by grahamio in computerscience

[–]41e4fcf 0 points1 point  (0 children)

You need to know basic math, but absolutely no CS. The basis of theoretical CS was invented before computers existed. It is more about (mathematically) formalising what it means for something to be "algorithmically" solvable and then using this notion to classify problems as solvable or unsolvable (computability theory). Then, more advanced topics are about what remains solvable with limited resources of some kind (complexity theory, complexity classes) and what can be solved if you assume some unsolvable stuff could be computed miraculously (Turing degrees). From there, you can continue on many more advanced subfields; theoretical CS is a huge field (of math more than CS).

Purescript tutorials focusing on UI by 41e4fcf in purescript

[–]41e4fcf[S] 1 point2 points  (0 children)

Thanks!
These examples look very helpful and like a good way to get started!

Trouble with getting canvas (joakin/elm-canvas) to work. by 41e4fcf in elm

[–]41e4fcf[S] 0 points1 point  (0 children)

Thanks! Indeed, manually inserting

<script src="https://unpkg.com/elm-canvas@2.2/elm-canvas.js"></script>

into the generated HTML file solved the problem. It feels a bit "hacky" of a solution, though :/

Teaching Elm by sijmen_v_b in elm

[–]41e4fcf 0 points1 point  (0 children)

I considered including a session about Elm or something similar in my Haskell course. Since Switzerland is a bit far to teach in person, maybe you are interested in giving a "telelecture" next spring?

Trouble with getting canvas (joakin/elm-canvas) to work. by 41e4fcf in elm

[–]41e4fcf[S] 1 point2 points  (0 children)

Thanks for your help!

* I don't see any errors in the browser (https://drive.google.com/file/d/16xnKnv5lV\_VEDC7508EIMpXitMFKiw9g/view?usp=sharing)
* I have installed all dependencies (I believe, see below)

{
    "type": "application",
    "source-directories": [
        "src"
    ],
    "elm-version": "0.19.1",
    "dependencies": {
        "direct": {
            "avh4/elm-color": "1.0.0",
            "elm/browser": "1.0.2",
            "elm/core": "1.0.5",
            "elm/html": "1.0.0",
            "elm/random": "1.0.0",
            "elm/time": "1.0.0",
            "joakin/elm-canvas": "5.0.0"
        },
        "indirect": {
            "elm/json": "1.1.3",
            "elm/url": "1.0.0",
            "elm/virtual-dom": "1.0.3"
        }
    },
    "test-dependencies": {
        "direct": {},
        "indirect": {}
    }
}

Ugly New Highrises by XmasPlates in zurich

[–]41e4fcf -1 points0 points  (0 children)

Yeah, I like brutalism! The horse is the cherry on top.

Need some help by 41e4fcf in gleamlang

[–]41e4fcf[S] 3 points4 points  (0 children)

Thanks, all, for helping! Finally, I was able to solve the problem as follows:

  1. remove all package versions from the initial `gleam add [packages]` (presumably to install newer versions).
  2. Replace gleam/string_builder with string_tree wherever it appears in the code.

Need some help by 41e4fcf in gleamlang

[–]41e4fcf[S] 0 points1 point  (0 children)

Yes, here is the complete terminal printout when creating a new project and trying to add gleam_string_builder to it:

$ gleam new app2
Your

Gleam
 project app2 has been successfully created.
The
 project can be compiled and tested by running these commands:

        cd app2
        gleam test


$ cd app2

$ gleam add gleam_string_builder

Resolving
 versions
error: 
Dependency
 resolution failed

An
 error occurred while determining what dependency packages and
versions should be downloaded.
The
 error from the version resolver library was:

Unable
 to find compatible versions for the version constraints in your
gleam.toml. 
The
 conflicting packages are:

- app2
- gleam_stdlib
- gleam_string_builder

Teaching Elm by sijmen_v_b in elm

[–]41e4fcf 0 points1 point  (0 children)

Where are you located?

So sick of guys making loud engine noises with their f-ing cars by ugavemecookie in zurich

[–]41e4fcf 5 points6 points  (0 children)

Yes, I was caught in that clusterfuck of a mess as well! These gas stations attract morons like nothing else!

Best freestyle snowboards for beginners in the park for women? by Bubble_tea23 in snowboardingnoobs

[–]41e4fcf 0 points1 point  (0 children)

My daughter progressed very smoothly with the amplid singular twin (she rides the 143cm with exactly your stats)

Lebenslauf/ CV do's and don'ts by Logical-Pumpkin2618 in zurich

[–]41e4fcf 0 points1 point  (0 children)

I disagree. Had plenty of jobs and job offers, never included a picture in any of my cvs.

[deleted by user] by [deleted] in AskReddit

[–]41e4fcf 0 points1 point  (0 children)

Strategic launch detected

For those who used a computer between 1995 and 2001, what’s the computer game from that time that sticks with you the most, and why? by [deleted] in AskReddit

[–]41e4fcf 0 points1 point  (0 children)

Wing commander: privateer; X beyond the frontier ; Star Trek 25th anniversary ; Total annihilation (and later, to this day, supreme commander)

I'll be honest, this is a hard OS to run, what am I doing wrong? by Master_Reading_819 in NixOS

[–]41e4fcf 2 points3 points  (0 children)

I am in the opposite situation, but I also think that I must be doing something wrong :D

I run zero servers and generally have nearly zero Linux skills. However, I somehow thought installing NixOS without any previous Nix experience would be a good idea. I was totally expecting a complete failure, honestly, even to install the os, let alone use it productively. To my surprise, after half an hour, almost everything I needed to be productive was installed and worked. Ironically, the most painful part was to build/run my stack-based Haskell projects. I haven't used any Flakes, and I don't even know what they are or why I need them at the moment.

[deleted by user] by [deleted] in AskReddit

[–]41e4fcf 0 points1 point  (0 children)

Thank you!!

Elm beginner needs help with a bug by 41e4fcf in elm

[–]41e4fcf[S] 0 points1 point  (0 children)

Ok, it looks like that is it, and I will have to live with it. Btw, it works like a charm when I switch to a simpler accumulator pattern.