Comment terminal emulator for Windows/WSL (DomTerm) (Score 1) 216
Can I suggest you check out DomTerm? It has the functionality of gnome-terminal (and then some) but does not require an X-server. Instead, it uses Electron, which (in my biased opinion) makes for a very nice interface. This article focuses on DomTerm on WSL. The release page includes pre-compiled WSL binaries.
Comment Re:Myth - use external tuner (hdhomerun) (Score 1) 49
Comment Re:The road to Trondheim (Score 3, Informative) 84
Where floating tunnels may make sense is for shorter trips - for example Bergen to Ålesund.
Comment Re:So... (Score 1) 523
Wrong. Iceland is generally considered part of Europe
Ask Slashdot: Cheapest Functional Computer For Students? 508
Right now, I have to tell them to either use school computers during the day, or to pick up a $170 laptop (more than enough — I administer the class using such a laptop). However, I was surprised at the lack of a super-cheap option for students. I'd love to see something for $20 that any student could afford easily, or perhaps I could just gift to a few students. I feel like something in this price range could be sufficiently powerful for basic word processing, youtube videos, and internet searches (internet access is a separate issue). But looking over my options I see:
1) The very cheapest Chromebooks are also in the $170 range.
2) Android Sticks have been around for a while, and do cost in the $20 range, but don't seem to have matured into a generally usable technology. Surprisingly, there doesn't seem to be a community effort to easily turn these Android sticks into Ubuntu/Mint sticks.
3) Students can't be assumed to have the technical know-how to fix up a Salvation Army computer (I wouldn't mind helping out a bit, but I don't want to turn into tech support)
4) A Raspberry Pi costs $70 once you include a case/power supply/etc, and students would receive a big bag of parts.
5) Cheap Windows Tablets have glitches, and don't have an HDMI out.
6) There isn't a good solution to using a cell phone as a desktop computer.
Are any of my assumptions wrong? Are there any other options I'm not considering?
Comment Re: ..that runs on the Java platform. (Score 1) 62
Comment Re: ..that runs on the Java platform. (Score 1) 62
However, Kawa does have optional static typing.
That, plus careful language design, plus a smart compiler, means that Kawa code run very faster - much faster than Groovy or Clojure or JRuby or
Comment Re: ..that runs on the Java platform. (Score 1) 62
Yes. (I suggest reading the LWN article linked in the submission - it's fairly short.)
Comment Re:How does it compare to Clojure? (Score 2) 62
The linked LWN article meantions some reasons: Among them that Kawa is much faster than closure (both execution speed and start-up speed). Plus some might like that Kawa is mostly-compatible with a pre-existing independently-specified language.
Comment Re:Traditional (Score 3, Insightful) 62
Comment Re:Traditional (Score 2) 62
Comment Re:Traditional (Score 1) 62
Comment Re:kawa (Score 4, Informative) 62
I took it over in 1996, and re-wrote it as a compiler. At this point, I doubt any of Alex's code still exists. I'm Norwegian-American, and Kawa means nothing in Norwegian. Still, I saw no reason to change the name.
Submission + - Kawa 2.0 supports Scheme R7RS
Version 2.0 was just released with many new features. Most notably is (almost) complete support for the latest Scheme specification, R7RS, which was ratified in late 2013. This LWN article contains a brief introduction to Kawa and why it is worth a look.