Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uvtc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
uvtc
5mo ago
My understanding is that battery capacity is the issue; it's usually above the max allowed on the plane. This company makes a snap-together battery https://ebikes.ca/product-info/grin-products/ligo10x-battery.
2.
▲
by
uvtc
2y ago
A rule I try to follow: don't waste your reader's time.
3.
▲
by
uvtc
4y ago
Happy thinkpenguin customer here. In the old days I researched hardware for GNU/Linux compat; now I just buy a system from them and everything just works.
4.
▲
by
uvtc
4y ago
> I honestly don't get why Markdown became preferred in most projects over AsciiDoc. I think the primary reason is because Markdown is prettier to read (and also secondarily because it's good enough). There are lots of mark
5.
▲
by
uvtc
4y ago
> I don't understand why they are not working in the open, > Fast compilation and nice, easy to read syntax with good default is exactly what I am looking for. > [re metaprogramming] ... but I also think this is a pandora box.
6.
▲
by
uvtc
4y ago
{slow clap}
7.
▲
by
uvtc
4y ago
> I have also used Fennel recently, and if Janet is anything as good,... Fennel was created prior to Janet, by the same person. :)
8.
▲
by
uvtc
4y ago
> It's nice that most of Janes the literals match Clojure Two things: * Janet doesn't have a built-in set data structure literal. Need to use a library for that. * Janet has mutable and immutable versions of arrays and hashmaps
9.
▲
by
uvtc
4y ago
I think it's partly due to: people like regular garden-variety arrays and hashmaps, and don't want to use car, cdr, cons. I like my array and hashmap literals.
10.
▲
by
uvtc
4y ago
> killer feature: user provided examples I agree. [Janet]( https://janet-lang.org/ ) (which, coincidentally, has some superficial similarities to Clojure) has something similar at its [JanetDocs site]( https://ja
11.
▲
by
uvtc
4y ago
Looks like the name is "Xournal++", but the github repo name is "xournalpp".
12.
▲
by
uvtc
4y ago
The "pen display" is the type where it's a monitor with the transparent trackpad overlaid on it. That, I think, is what you want. I tried the other type, where you write on the tablet but you look at the screen elsewhere, and
13.
▲
by
uvtc
4y ago
How are your math skills? Do you know any calculus? Are you interested in learning more math to go with the physics?
14.
▲
by
uvtc
5y ago
Janet is small, simple, efficient, and practical. For me it has nice syntax and sensible semantics. Great little package manager too. Very happy with and excited about Janet so far.
15.
▲
by
uvtc
5y ago
Pandoc lets you write in Markdown but also include mathematics in LaTeX. For me this is a nice combination.
16.
▲
by
uvtc
5y ago
Would be nice if that tiny image on the top left of the homepage were clickable so I could see the screenshot full-size.
17.
▲
by
uvtc
6y ago
Well, it also has its very own [Hashlink, virtual machine]( https://hashlink.haxe.org/ ). And it can also compile down to various bytecodes (like JVM), not just to other languages.
18.
▲
by
uvtc
6y ago
Sounds like you'd like Haxe.
19.
▲
by
uvtc
7y ago
I'm not sure there's a catch, so much as there's just a number of comparable but corporate-backed alternatives that are seeing some popularity right now: * TypeScript (Microsoft) * Dart (Google) * Kotlin (JetBrains, with Goog
20.
▲
by
uvtc
7y ago
Haxe plus OpenFL or HaxeFlixel?
21.
▲
by
uvtc
7y ago
I believe with Haxe you can use OpenFL to get what you're looking for. FWIU, that provides a nice migration path from Flash.
22.
▲
by
uvtc
7y ago
If cross-compilation is important to you, and you like Nim's level of abstraction, you might have a look at Haxe, which can compile to [ lots of different targets]( https://haxe.org/documentation/introduction/
23.
▲
by
uvtc
7y ago
If you want Lua under the hood, but a more industrial-strength language on top, you might have a look at Haxe. It can compile to Lua (among other languages/platforms). https://haxe.org/manual/target-lua-getting-sta
24.
▲
by
uvtc
7y ago
> Haxe feels much more promising than most alternatives. If I do web stuff again I'll be diving in here. There is some good library support. I am a little concerned by its relative youth, will it last? Haxe has actually been around
25.
▲
by
uvtc
7y ago
Oh, same name as the Xfce image viewer: < https://docs.xfce.org/apps/ristretto/start>
26.
▲
by
uvtc
7y ago
There are many nice modern languages that compile to JavaScript. Personally, I like [Haxe]( https://haxe.org/ ), which compiles to many other target platforms/languages as well. Here's a [comparison of Haxe and Type
27.
▲
by
uvtc
8y ago
Given that GitLab/GitHub/etc (and, often, online package repositories) automatically display markdown files as rendered html, a directory of markdown files is a fine way to document your project. The docs can, at any point, option
28.
▲
by
uvtc
8y ago
> I think the one downside of Haxe (which is also is strength) is that it doesn’t only support compiling to C/C++, but to every major language possible (Java, C#, PHP, Javascript), so the language ends up being too complex. I don&#x
29.
▲
by
uvtc
8y ago
If you're already using JavaScript for the web, I think there's three main options for that domain: * stick with JS, * learn a language that's a superset of JS (like TypeScript), or * learn another language which compiles to
30.
▲
by
uvtc
8y ago
Nim appears to be quite similar to Haxe, though Haxe compiles to numerous additional targets. Aside from that, and the syntax, what are the main differences between Nim and Haxe?
More ›