Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
osdev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
osdev
10mo ago
Martin Odersky did a fantastic job with Scala then, and also with Scala 3 IMO from a language design perspective. When I first got into Scala, I was blown away by the language features and the type system. It was the reason I got back into
2.
▲
by
osdev
10mo ago
Scala is a great language, and functional programming (not pure functional) made me a much better programmer. And functional error handling is a fantastic way to model success and failure, whether you’re using Either or the newer Result typ
3.
▲
by
osdev
1y ago
Also agree with some of the comments here that majority of articles about OAuth are incredibly verbose, but really hard to actually implement without concrete examples. I personally think having Curl requests as part of the examples would s
4.
▲
by
osdev
2y ago
Nice idea and the site looks well done! Congrats on launching this. I played around the site a bit and with the different panels.. a few thoughts/questions... THOUGHTS 1. Target: Is the market for enterprise/work or for consumer&#
5.
▲
by
osdev
3y ago
Hi, I’m curious, can you elaborate on the language features that you think Kotlin ignores?
6.
▲
by
osdev
4y ago
Nice work on this! I’ve looked into task queue libraries for Node and Java in the past. Yours looks straight-forward. A few questions: 1. What’s the error handling strategy for when a task/payload fails? 2. How exactly do delayed tasks
7.
▲
by
osdev
5y ago
Some suggestions based on my own experience working on various projects/services/startups over the years… 1. “Avoid 100%”: By this I mean avoid 100% in that balance can be as little as reserving a minimum of 1% to X% of your avail
8.
▲
by
osdev
5y ago
I think the main differences Scala being much more of a functional programming language where as Kotlin is a bit of a balance between Java/OOP and FP and affects the complexity/learning curve of the respective languages. OVERVIEW
9.
▲
by
osdev
5y ago
This is some impressive stuff! Congrats on a sizable achievement. I just went through your website, have a few questions... Questions: 1. SCALA: is the generated code ONLY scala? are other languages supported? 2. CODE-GEN: is it designed on
10.
▲
by
osdev
6y ago
I’m working on a Kotlin Framework to build Apps, APIs, CLIs, Jobs and Mobile apps, it’s available at https://github.com/slatekit/slatekit with docs at https://www.slatekit.com Been at it for a several years
11.
▲
by
osdev
6y ago
I think it’s pretty simple why you’d want to use Kotlin on the server; full stack Kotlin development: 1 language for both Android and Server(lowers time, costs, and you can share code). And Kotlin multi-platform is making good progress, so
12.
▲
by
osdev
6y ago
Agree completely with everything you said and your observations regarding job market. I’ve been doing Scala for several years and I also would not recommend it to anyone unless they have a deep desire to do pure FP(functional programming) o
13.
▲
by
osdev
6y ago
What’s your stance on Dual licensing? I honestly have had mixed Opinions on this, but I finally settled on Dual licensing and/or BSL 1.1 as a nice compromise. I think open source developers create a lot of value, and should have the fa
14.
▲
by
osdev
6y ago
I’m working on a Kotlin Framework, more like a collection of small, modular libraries that can be used for both server side and android. https://www.slatekit.com My goal is a simpler, lighter, modern version of Spring framework
15.
▲
Ask HN: Using BSL (Business Source) License as a Dual License?
9 points
by
osdev
6y ago
|
1 comments
16.
▲
by
osdev
6y ago
I’m not too familiar with ruby but I’m curious why they didn’t just add optional types after the variable names. Such as in Kotlin, Scala, Swift like “var x:Int”? I thought this is how Python was adding types to its language. I could see th
17.
▲
by
osdev
6y ago
The Scala language is great but the ecosystem sacrifices simplicity for pure FP. Scala has always suffered from complexity problems due to libraries. For example, using Http/JSON/Database libraries have always been a lot harder th
18.
▲
by
osdev
6y ago
Focus on no-code, low-code approaches and tools to building a product to validate a problem and your solution to it. For example, use a “no code” approach first and simply use tools to design or build a simple Product, from concept to creat
19.
▲
by
osdev
7y ago
Accounts (I believe ) are similar to email addresses. So it's like having an account userX@gmail.com and trying to migrate that to userX@yahoo.com. Essentially the account is tied to the domain/server.
20.
▲
by
osdev
7y ago
Modular Monoliths would be a healthy middle-ground between monoliths and micro-services. My comment on the same topic of modular monoliths is here: https://news.ycombinator.com/item?id=21853902
21.
▲
Show HN: Slate Kit Result – Model success/failure with optional sub-states
(slatekit.com)
1 points
by
osdev
7y ago
|
0 comments
22.
▲
by
osdev
7y ago
Like many things in life, there are no absolutes. So rather than going to opposite ends of the spectrum, check out modular monoliths. This approach is a nice balance (IMHO), since you start off with monolith but it is broken down into clean
23.
▲
by
osdev
7y ago
I agree with almost everything you're saying. I'll just add that while Scala missed it's opportunity with Android, the big problem has always been a borderline dogmatic approach to pure FP by the community at the cost of simp
24.
▲
by
osdev
7y ago
What are the pros/cons of using a custom built language/parser such as this(or others like googles gRPC IDL, etc), versus simply creating a DSL(Domain Specific Language) using an existing language like Kotlin,Scala et? I feel that
25.
▲
New mobile templating system for Android / Windows (native, concise, x-platform)
(slatetemplates.com)
1 points
by
osdev
12y ago
|
0 comments