Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xashor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xashor
4y ago
When buying Merino please inform yourself about mulesing beforehand. Those sheep got bred so they have wrinkly skin, so more surface for wool growth. They suffer and likely die when not taken care of: the wool around the buttocks get encrus
2.
▲
by
xashor
4y ago
Not saying that you actually believe this, but because of mentioning "small farms" I want to highlight the fallacy of believing that in general smaller farms are better for animal welfare: https://www.fondation-droit-an
3.
▲
by
xashor
4y ago
Here it is: https://www.youtube.com/watch?v=_Jk26iKx5GU If you eat meat, eggs, drink milk, you are supporting the things shown in the video.
4.
▲
by
xashor
4y ago
Too bad I have to adjust my business cards for ꙮ.world
5.
▲
by
xashor
5y ago
(a -> b) -> T a -> T b T (a -> b) -> T a -> T b (a -> T b) -> T a -> T b
6.
▲
Effects of Fortuna
(nullprogram.com)
2 points
by
xashor
5y ago
|
0 comments
7.
▲
by
xashor
6y ago
It's part of the tokenizer. t contains data in the format of [char 0][char 1][base 64 encoded token id …], whereas the id is as long as the entry is smaller than 'b'. So it's ('++', `#m`), ('--', `%am
8.
▲
by
xashor
6y ago
Instead of the gawk manual, I recommend the OpenBSD manpage: https://man.openbsd.org/awk.1 It's concise and well written (as most OpenBSD manpages), so you can learn AWK even in less than 2 hours. Of course it handles
9.
▲
by
xashor
6y ago
CSV to TSV via robust program, use AWK, and convert back if needed. Then you only have to remember the \\t\n\r escapes, not the whole quoting shenanigans.
10.
▲
by
xashor
6y ago
In J (which might be slower than K) with excessive comments for a one-liner: echo@> (2{ARGV) -.&([: <;._1 LF, 1!:1) (3{ARGV) NB. 2nd arg 3rd arg NB. g&f execute f for each
11.
▲
by
xashor
6y ago
Perfect! Thank you.
12.
▲
by
xashor
6y ago
Still hoping for someone to design a font for J with ligatures so it can match APL's beauty for reading without making it more difficult to type, i.e. automatically rendering /: as ⍋, |: as ⍉, |. as ⌽, etc.
13.
▲
by
xashor
6y ago
There is a nice Tcl/Tk port of Acme: http://www.call-with-current-continuation.org/ma/ma.html
14.
▲
by
xashor
6y ago
Side note: The vel+pos example is a common one in ECS. It also often follow that you should put them in one type in the real world. However, nowadays thanks to SIMD instructions, it is probably faster to have them separate, as you don'
15.
▲
by
xashor
6y ago
LABEL = sys._getframe().f_lineno print(1) j(LABEL)
16.
▲
by
xashor
7y ago
That's quite fun (especially chain-capturing!), can't beat Alpha Beta 3 yet. Any reasons for Rule 6?
17.
▲
by
xashor
7y ago
I think $IFS is only used by the shell (with read and expansions), not by e.g. sort. It is so at least on my system.
18.
▲
by
xashor
7y ago
We took the wrong path quite some time ago. Most of the POSIX utils like sort, cut, grep only support \n (or sometimes \0) as row separator.
19.
▲
by
xashor
7y ago
- Original position on the HN frontpage - Score - Link - Upvotes - Comments
20.
▲
by
xashor
7y ago
Not really using it, I sort the frontpage by (votes/comments) to filter 'Comment sections that will devolve into discussions (see: condescending, pedantic arguments)' and their links: http://xash.in/hn/
21.
▲
Show HN: HN front page sorted by vote:comment ratio
(xash.in)
4 points
by
xashor
8y ago
|
0 comments
22.
▲
by
xashor
8y ago
I use it for playing around with some game ideas, really liked the ease of it. Clean, compact API. Only nuisance is that SUPPORT_BUSY_WAIT_LOOP is defined in the defaults, so I can't use the package from my distribution but have to com
23.
▲
by
xashor
8y ago
For text? Nah. Most apps automatically store photos on your device, and that's fine. Mobile phones have several GB for storage. That is enough for hundred thousands of messages, before even noticeable. Please reconsider your E2E policy
24.
▲
by
xashor
8y ago
You must link a client with a mobile device, but after that apparently you can use e.g. the Desktop client without your mobile phone turned on.
25.
▲
by
xashor
8y ago
Yeah, I'm not sure about it. I'm not a security expert that can look at the protocol for some weeks and come to a conclusion. Believing them after they did things wrong is not very convincing. Given some years and many eyes, and I
26.
▲
by
xashor
8y ago
>Telegram regularly has contests to break its encryption with a reward of 300K USD https://telegram.org/blog/cryptocontest >If it's not secure, then surely people would be cashing in on that sweet money. So,
27.
▲
by
xashor
8y ago
It doesn't relly matter that much if Facebook has your metadata or Telegram has your metadata. What's more important: WhatsApp E2E is more secure than Telegrams self built E2E, that needs to be enabled and doesn't support g
28.
▲
by
xashor
8y ago
With Signal, if a the numbers registers a new account like in this attack scenario, 1. the attacker cannot access old/pending messages (as they are always encrypted), and 2. the person on the other side of the conversation gets a war
29.
▲
by
xashor
8y ago
Here is an example level [0]. You can see some scripts in there enclosed by InitScript { … }, RunScript { … }. This gets parsed, compiled and called in [1]. In [2] you have your scripthelpers.h, defining what parts of the engine the script
30.
▲
by
xashor
8y ago
Effectively there will be no consequences. Technically Zwiebelfreunde could file charges against the judge who signed the orders or the police who executed them, but effectively they will not be prosecuted, let alone convicted. Nearly all i
More ›