Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ledgerdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
181.
▲
by
ledgerdev
9y ago
> If .NET (using C#) can produce a native binary I'll switch to that for as many projects as I can. It's coming... https://github.com/dotnet/corert
182.
▲
by
ledgerdev
9y ago
I've found templated queries(e.g. yesql) are far preferable for complex selects/joins/subselects and just can't imagine using the data structure dsl for such queries. One huge downside of dsl queries is that they NEVER s
183.
▲
by
ledgerdev
9y ago
Great answer, thanks!
184.
▲
by
ledgerdev
9y ago
How many minutes/seconds do you mean by fast? Can you point to guidance on how to make that happen because I am seeing 8+ minute re-deploy times.
185.
▲
by
ledgerdev
9y ago
Funny you mention that, I was just experiencing this yesterday in the flex environment. Re-deploy time for a 3 character text change on one page is 8+ minutes for each re-deploy. This is insane. Does anyone know how to speed that up?
186.
▲
by
ledgerdev
9y ago
I would say that the JVM has longer history of open source and a much larger ecosystem of libraries. If you're building a language on top of JVM you can take advantage of that. Also pretty sure JVM has better performance because of bet
187.
▲
by
ledgerdev
9y ago
I'm really interested to see what comes of the XAML standard. Supposedly there's a Macos and GTK# implementation in the works. https://developer.telerik.com/content-types/tutorials/xaml-s...
188.
▲
by
ledgerdev
9y ago
Anyone have any thoughts about using block-chain for making/recording pension contracts and contributions?
189.
▲
by
ledgerdev
9y ago
Great to know it's on the roadmap. Once a GC is in place, WASM seems like the universal platform of the future for computing. Fast startup, efficient, and the same everywhere. We were supposed to get a world of hundreds or thousands of
190.
▲
by
ledgerdev
9y ago
Password protection is a pretty basic need and need not cost $45/month. Of course the role/team based stuff for $45/month makes perfect sense because those are only applicable on larger projects.
191.
▲
by
ledgerdev
9y ago
Not so much when you need a feature not included in free. And free is always subject to change.
192.
▲
by
ledgerdev
9y ago
Yeah, I loved them too really great service that is forward thinking. They work great for large apps or corporate sites, but for small/personal sites their pricing model doesn't work so well, which I can understand. For instance I
193.
▲
by
ledgerdev
9y ago
If you were creating a new general purpose language language today would you target WASM? And what's the latest on garbage collection for WASM?
194.
▲
by
ledgerdev
9y ago
I guess the focus on large files has it's certainly useful in certain cases like viewing log files, data dumps, etc... but for the most part I find myself opening many many small files with less than a couple hundred lines each. We nee
195.
▲
by
ledgerdev
9y ago
That would be the "user friendly" part.
196.
▲
by
ledgerdev
9y ago
What are your thoughts on curved monitors for development/text based work?
197.
▲
by
ledgerdev
9y ago
I would love get rid of chrome and to switch back to firefox as my everyday browser, but simply can't get over how messy/ugly the tabs(even in compact theme) and window title look compared to what chrome does with tabs and title b
198.
▲
by
ledgerdev
9y ago
> There is a lack of a simple desktop app development environment. Does anyone think that Xaml Standard + GTK + dotnet core might be a potential path forward? Supposedly Microsoft is working on a GTK implementation, and very much intrigu
199.
▲
by
ledgerdev
9y ago
Does Event Sourcing make Datomic a moot point? Sure it can be your event log, but it seems like overkill.
200.
▲
by
ledgerdev
9y ago
So nice to hear someone else say this, and I feel the same about CLJS. And yeah WASM is looking pretty promising (threads/gc/efficiency), and a CLJ like language that targets it directly would be so interesting for the very long t
201.
▲
by
ledgerdev
9y ago
If you attempt to use edit/compile/restart method of development that most languages use, in the words of south park, "You're gonna have a bad time". Clojure doesn't make it nearly clear enough that development
202.
▲
by
ledgerdev
9y ago
Well at the moment, the tooling is all lein/JVM based. That said, Figwheel hooked up with atom+protorepl+parinfer is pretty amazing if you haven't tried it. https://github.com/bhauman/lein-figwheel https:&#x
203.
▲
by
ledgerdev
9y ago
I feel most syntax themes are designed for syntax based languages and make the parenthesis far too dark/prominent and it's visually overwhelming. If you dial back the color of parenthesis and brackets to a lighter grey, the experi
204.
▲
by
ledgerdev
9y ago
You should look into Clojure Spec. It's a very nice balance of trade-offs for helping developers build correct software. While it uses a different approach than static typing, it seems a more natural fit for dynamic languages. Plus it&
205.
▲
by
ledgerdev
9y ago
Agreed. I suspect one current thing hurting adoption from the JS community is the very heavy JVM based tooling. With the Google Closure compiler now running on top of JS, there would seem to be a path for the CLJS(not clj) tooling to become
206.
▲
by
ledgerdev
9y ago
It appears work on CoreRT is still moving along, lots of recent activity, but lots of work yet to do. https://github.com/dotnet/corert/commits/master
207.
▲
by
ledgerdev
9y ago
Clojure is unfortunately implemented in such a way that makes it extremely slow to load/start. It's really only suitable for heavy duty long running servers where you don't care about startup time or resource usage, the exact
208.
▲
by
ledgerdev
9y ago
> it's pretty awful for most things that aren't Java that target the JVM, like Clojure. Curious, how does jigsaw make things awful for clojure?
209.
▲
by
ledgerdev
9y ago
> Do you have programmable virtual credit card numbers? Marqueta can do this. You can issue CC's via api, and then fund them with Visa direct. It's amazing. https://www.marqeta.com/
210.
▲
by
ledgerdev
9y ago
I would say just check out the threads for the sort of experiences people are reporting across pretty much every stack from rails to symphony. In my case above it was actually jvm clojure building an uberjar, probably worst case scenario. R
More ›