Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sparky4pro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
sparky4pro
4mo ago
There are at least 2 Go libraries written in Go, based on QBE. One is used by this project: https://github.com/xplshn/gbc
2.
▲
by
sparky4pro
5mo ago
> This legitimizes future missions/spending on life searching missions to the Martian surface. How about spending money to get clean drinking water to the whole humanity (and other living creatures) here on earth first?
3.
▲
by
sparky4pro
5mo ago
They found molecules on Mars? Great, now we know that Mars is made out of different materials. But we knew that before we sent a lonely Rover over there. Wake me up if they find ATP (adenosine triphosphate). Without ATP no life.
4.
▲
by
sparky4pro
7mo ago
These horses have similar markings as the wild Kiger Mustangs in Oregon. Kiger Mustangs are a distinct, protected population of wild, free-roaming horses found in the Steens Mountain region of southeastern Oregon. They are descendants of ea
5.
▲
by
sparky4pro
7mo ago
Swift != GC
6.
▲
by
sparky4pro
8mo ago
This! Also, for new APIs Apple reduces (or does not provide) Objective-C documentation. I really tried to love Swift, but in the end I ended up with 1 project using Swift/SwiftUI, and all the other apps I started to write, I rewrote
7.
▲
by
sparky4pro
8mo ago
Suppose that when someone is retired, there is more time doing stuff, but time is running out… If someone is in their 30’ or 40’ planning to work the next 5+ years on a project is no problem, even if it takes 10+ years in the end. For the o
8.
▲
by
sparky4pro
9mo ago
Xgo
9.
▲
by
sparky4pro
9mo ago
Is Asahi Linux alive?
10.
▲
by
sparky4pro
10mo ago
If I remember correctly, in old UNIX desktop environments apps still ran after closing the last app window.
11.
▲
by
sparky4pro
10mo ago
This is not a macOS issue, it’s an app developer issue. If the app developer likes the behavior that the app still runs after closing the last app window, this is how the app will act. Some newer Apple apps close the application when the wi
12.
▲
by
sparky4pro
10mo ago
To switch the app/window closing behavior… there is an API for that.
13.
▲
by
sparky4pro
10mo ago
On macOS only the dock can be moved to the side. The application menu (left) and the statusbar menu (right) will always be on top of the screen. Which makes sense to me.
14.
▲
by
sparky4pro
10mo ago
Good point. BTW: Your reply made me laugh so hard… I loved it. Thanks.
15.
▲
by
sparky4pro
10mo ago
Same can be said about other programming languages. Therefore the comment of yours has zero value…
16.
▲
by
sparky4pro
11mo ago
Yep, Loop does all I need and is not in my way.
17.
▲
by
sparky4pro
1y ago
Garrison Hinson-Hasty is writing a book about a programming language that is still in flux seems a little bit… hasty. Sorry, couldn’t resist…
18.
▲
by
sparky4pro
1y ago
Tried to use Swift outside Xcode and it’s a pain. Especially when writing CLI apps the Swift compiler chocked and says there is an error, mentioning no line number. Good luck with that. Also the Swift tooling outside Xcode is miserable.
19.
▲
by
sparky4pro
1y ago
This is a nice article as it triggers “think before you use it” mentality. However, at the same time, it suggests the idea that rational thinking without any deep seated perception or hidden motivation is possible. This is not possible. The
20.
▲
by
sparky4pro
1y ago
I’m happy for you and everyone else who has had the same experience as you. I’ve saved my Swift CLI apps, so I might try it again when a new version comes out, hopefully they fixed such behavior.
21.
▲
by
sparky4pro
1y ago
I would like to work with a Swift version with reduced functionality (IMHO over time Swift became the same monstrosity as C++) but the embedded version cannot be used with “normal” operating systems only embedded ones. Why this artificial b
22.
▲
by
sparky4pro
1y ago
Swift is usable (on Apple operating systems) if you use the add ons that Apple provides (like SwiftUI). Other than that… forget about it. Tried to use Swift for CLI apps (on macOS) and it failed miserably. The reason: after reaching a cer
23.
▲
by
sparky4pro
1y ago
Here is a more comprehensive C std library: https://github.com/KaisenAmin/c_std Found it recently and started using it a few days ago.
24.
▲
by
sparky4pro
1y ago
Here you go: https://ebn.codeberg.page/programming/c3/c3-opengl/ This one is for OpenGL.
25.
▲
by
sparky4pro
1y ago
It uses llvm.