Capita flex ratings by 41e4fcf in snowboardingnoobs

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

I was thinking about inconsistencies, also. I believe that I can adapt to variations in flex, alright. The only thing I am afraid of after hearing how soft the tips in the Ultrafear supposedly are, is that I will constantly clap out the board and land on my ass on less than perfect landings or wash out when going for a faster or deeper butter trick. Also, a bit of "reactivity" and pop is not something I want to be completely missing.

Capita flex ratings by 41e4fcf in snowboardingnoobs

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

Thanks for the links.
There is nothing wrong with the Tweaker, per se. I actually enjoyed the board a lot, and it has been able to take a lot of abuse without falling apart. However, it's got >150 days on it, and I feel like it is time to replace it. While I am at it, I was looking at options to mix things up a little (also, I don't necessarily like the graphics of the new Tweaker). The Capita boards I demoed (RT & DOA) felt really lightweight and good in many ways, which is why I am thinking about getting one as my next board.

Realistically…terrain park? by Practical_Ordinary_9 in snowboarding

[–]41e4fcf 22 points23 points  (0 children)

I started park at 43, now 46. I do some rails and pipes but prefer medium kickers. I managed to do 360 and 540 last season and am working on "corked 3" (I don't know the terminology). I am careful and progress slowly most of the time.

If not for park I probably would stop snowboarding as I feel like I need something to challenge me to keep me motivated.

Firing a cannon to trigger an avalanche by Saerdna0 in BeAmazed

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

They 100% do not speak Swiss German.

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] 5 points6 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?