Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fredrikfornwall
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fredrikfornwall
2y ago
The situation is actually not that bad - see https://www.reddit.com/r/termux/comments/1dbujal/information... for more follow-up information. TL;DR: Termux is coming back to Google Play! While it's c
2.
▲
Ask HN: How dangerous is source code access?
8 points
by
fredrikfornwall
6y ago
|
1 comments
3.
▲
A beginner's guide to property-based testing
(dev.to)
3 points
by
fredrikfornwall
6y ago
|
0 comments
4.
▲
HTTP types (JSON format and client libraries for HTTP recordings)
(dev.to)
3 points
by
fredrikfornwall
7y ago
|
0 comments
5.
▲
by
fredrikfornwall
8y ago
A properly written trigger shouldn't throw away data silently. It should raise an exception, which indeed would cause the query to fail, and roll back the whole transaction (so no side effect is committed at all). https://ww
6.
▲
Running a PostgreSQL database server on your Android phone
(twitter.com)
2 points
by
fredrikfornwall
10y ago
|
0 comments
7.
▲
by
fredrikfornwall
10y ago
Note that you can use mosh on Android using Termux ( https://termux.com ) - run 'apt update && apt install mosh' to install the mosh package.
8.
▲
Vulkan is coming to Android
(android.googlesource.com)
3 points
by
fredrikfornwall
11y ago
|
0 comments
9.
▲
by
fredrikfornwall
11y ago
When you 'apt install coreutils' in Termux you get coreutils installed as a multi-call binary to save space. 1556 kB for the package in total (including man pages).
10.
▲
by
fredrikfornwall
11y ago
Great, thanks :). Let me know if you miss any font or colour theme from it!
11.
▲
by
fredrikfornwall
11y ago
Great! Yes, I've been experimenting with ARM64 packages, will look at it more when things settle down a bit. Nice, let me know if there is a font or colour theme you miss from it!
12.
▲
by
fredrikfornwall
11y ago
Thanks - this is now fixed, if you do an 'apt update && apt upgrade' it should now work!
13.
▲
by
fredrikfornwall
11y ago
Correct, it won't work for secondary users! It's a trade-off for avoiding a fake chroot.
14.
▲
by
fredrikfornwall
11y ago
Thanks! Is it the make program itself which tries to run /bin/sh, or does it try to run a file from a project which has a #!/bin/sh start? If it's GNU make itself which tries to call /bin/sh directly, that
15.
▲
by
fredrikfornwall
11y ago
Yes, the repository is an app-specific one, containing cross compiled (and sometimes patched) packages to run directly without chroot. Just tell me about desired packages (such as picolisp) and I will look into adding them!
16.
▲
by
fredrikfornwall
11y ago
I think TerminalIDE is rather similar, with Termux having more up-to-date packages and terminal emulation. Since Termux requires Lollipop or later, and TerminalIDE only works on Android versions prior to lollipop, TerminalIDE could be an al
17.
▲
by
fredrikfornwall
11y ago
Thanks, KBOX have been one of the inspirations for the app! The main technical difference between how Termux and KBOX runs packages is that is that KBOX uses libfakechroot for running binaries under a fake chroot environment, while Termux r
18.
▲
by
fredrikfornwall
11y ago
Thanks! I'll think about making the source more obvious in the store listing or the app interface.
19.
▲
by
fredrikfornwall
11y ago
Yes, Android 5.0 or later is required due to the libc changes made in lollipop. It also requires an arm(64) or x86(_64) cpu - no mips support at the moment!
20.
▲
Show HN: Termux – Terminal emulator and Unix environment for Android
(play.google.com)
94 points
by
fredrikfornwall
11y ago
|
28 comments