Hacker Newsnew | past | comments | ask | show | jobs | submit | mschulze's commentslogin

Understandable, but you shouldn't trust the ads, either.


For 1), check out Natural Selection 2 (https://www.naturalselection2.com/)


Haha. You win mschulze!

    > myrmi 0 minutes ago
    > 1 point by AndrewOMartin 0 minutes ago
    > mschulze 1 minute agor


Better luck next time letharion.


Hey, Cool to see someone who worked on this :) Back in the day I wrote a (probably really bad, not a C/C++ developer) wrapper around libspotify for Node.js: https://github.com/FrontierPsychiatrist/node-spotify

At some point it could do enough for me to build a webapp with Node.js running on a Rapsberry Pi to stream Spotify.

I even got contacted by Spotify to take down the domain node-spotify.com for it.


A German variant is "Naturblick", https://naturblick.museumfuernaturkunde.berlin/?lang=en

It also allows sharing "sightings" (or "hearings") with a central service.


Thank you, I didn't know that feature. I almost always used g! to switch to Google when searching for country specific terms, guess I can change that now.


And you can press “y” to get that automatically when viewing a file on Github!


cool trick!


I am living in Berlin. I would say with 5000 gross income you should be able to save ~1000-1500 Euro in a month. According to http://www.brutto-netto-rechner.info/ you should get ~2917.05 Euro net.

I think with 60k income the taxes are 28%, but there's health insurance and social security insurance, too.

I heard that finding a flat is currently not easy in Berlin. Bergmannstrasse is a lovely "Kiez" (neighborhood).

The scene in Berlin for programmers is nice, lots of meetups (if you are interested in that).


> ...not to mention that it only works with IDEs.

That's not true. Lombok is an annotation preprocessor. That means it is running with javac which is independent of any build tools or IDEs. As long as it is on the classpath when compiling (-cp flag of javac) it works.

Of course for code completion you need an editor that is aware of Lombok / uses the compiled bytecode for that.


The Spark Framework [0] is pretty easy to pick up IMO.

Spring (with Spring Boot) has approachable tutorials [1] on how to get started but will get intimidating pretty fast.

I highly recommend using Kotlin instead of Java when trying out the JVM, though.

[0] http://sparkjava.com/ [1] https://spring.io/guides/gs/rest-service/


I also recommend Java Spark for a minimalist framework. I would say that is quite similar to Flask in Python. But unlike Flask, Spark does not have a templating language. FOr something simple, I would recommend freemarker..


> One of the nice things about JS versions of stuff is being able to run it everywhere.

To my knowledge node does not run on SPARC processors (because V8 doesn't).


I remember reading that they made it engine-agnostic a while ago.


That doesn't (yet) work with native libraries though.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: