Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cmcaine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
cmcaine
2y ago
No, you'd likely get unrelated style changes in your commits. Read the gofumpt readme to understand why.
2.
▲
by
cmcaine
3y ago
Ksplice was never owned by Ubuntu...
3.
▲
by
cmcaine
3y ago
It's got good macros and the implementation of both regular code and macros operate on the same core datastructures. It has the interactive features for inspecting and modifying a running system that Lisps often have. It has reflection
4.
▲
by
cmcaine
3y ago
ThePhD is project editor for WG14, the C language standards committee. The other poster is probably referring to them as "the sheep dev" because ThePhD is prolific on GitHub and have an anthropomorphic sheep as their profile image
5.
▲
by
cmcaine
4y ago
I like it a lot even though almost all of my functions have no dispatch (only one implementation) or single dispatch (implementation differs based on the type of just one of the arguments). Firstly I like the aesthetic and implications of f
6.
▲
by
cmcaine
4y ago
Also, several of the buggy uses of @inbounds were safe at the time they were written (early <1.0 julia when arrays were always indexed from 1).
7.
▲
by
cmcaine
4y ago
Fundraising and publishing are specialised skills that artists don't necessarily have. Also, lots of people, including many artists, like the stability of a steady pay check and employment rights, which means companies or co-ops. The s
8.
▲
by
cmcaine
4y ago
It's correct if you want to do something `length(A)` times and want an iteration counter, but it's never better than `for idx in eachindex(A)` if what you actually want are indexes into A (which is of course the much more common c
9.
▲
by
cmcaine
4y ago
Julia released experimental support for arrays whose indexes don't start at 1 in Julia 0.5, October 2016. The boundschecking feature was added in 2015, so at the time they wrote their code and examples, they were correct. The documenta
10.
▲
by
cmcaine
4y ago
I don't think there's any clean way to stop that at a language level (some languages prevent this by disallowing random access to arrays, but that's a non-starter for a performance-oriented language), and also it would be a m
11.
▲
by
cmcaine
5y ago
Dogs often eat a lot less when they are stressed, though usually not so little or for so long that they get emaciated.
12.
▲
by
cmcaine
5y ago
Julia REPLs and editor plugins have adopted a nice feature where you can type the LaTeX name of the symbol you want to get it. e.g. `\subseteq` followed by tab yields `⊆` or `\trademark` for `™`. You can also do emoji with `\:eyes:` for ``
13.
▲
by
cmcaine
6y ago
> The regulation has yielded questionable results, however. Last month in Guangxi, mine bosses visited a pit for a routine inspection. Shortly after, seven assistants were promoted to managerial roles to complete their bosses' forme
14.
▲
by
cmcaine
6y ago
I really like Baselet.jl[1] which provides Tuple-specialised implementations for a bunch of Base APIs that the compiler is very good at unrolling :) [1]: https://github.com/tkf/Baselet.jl
15.
▲
by
cmcaine
6y ago
Why would they exclude a repo and then not exclude all PRs from that repo?
16.
▲
by
cmcaine
6y ago
You can use unbindurl, so you can unbind tridactyl's j/k on mail.google.com, for example. Keys not bound in tridactyl are passed through to the page.
17.
▲
by
cmcaine
6y ago
... and Mozilla. The company that most of the core team are from ;)
18.
▲
by
cmcaine
7y ago
Other quotes from the chain by ESR about Eric Schultz: > I am not fooled. You are mounting an ideological attack on our core principles of liberty and nondiscrimination. You will not succeed while I retain any ability to oppose this. and
19.
▲
by
cmcaine
7y ago
Those are already problems with aviation, so that's nothing new. The existing rules didn't emerge from primordial ooze, they were also influenced by lobbyists and have certain effects.
20.
▲
by
cmcaine
7y ago
You can have a more expressive voting system than that. People can rank their priorities, etc.
21.
▲
by
cmcaine
7y ago
If you just give fines to companies that don't run flights on routes then you can impose a penalty without incentivising empty or near-empty flights.
22.
▲
by
cmcaine
7y ago
You can just fine the companies rather than incentivising them to run empty planes. Better yet, institute a proper carbon tax and either a carefully thought-out market for slots and/or fines.
23.
▲
by
cmcaine
7y ago
Julia can stack allocate all sorts of values. I think it currently stack allocates all immutable values and also every mutable value that it proves do not escape their function. Kind of besides the point, though, because the GC is probably
24.
▲
by
cmcaine
7y ago
The other replies are slightly out of date and imprecise. PackageCompilerX replaced PackageCompiler (and there's a PR open that will pull all the X work in soon). The binaries produced bundle the whole Julia sysimage by default and the
25.
▲
by
cmcaine
7y ago
Jury trials are practiced in many jurisdictions and did not originate in England. https://en.wikipedia.org/wiki/Jury_trial
26.
▲
by
cmcaine
7y ago
These links are unrelated spam, I think. Why this comment? I don't see a report button.
27.
▲
by
cmcaine
7y ago
But why? What problem would that rebate seek to solve? If the concern is that poor people might be unable to afford to stay in their homes, why not target poverty or house prices directly rather than adjusting the tax?
28.
▲
by
cmcaine
7y ago
Nearly twice the emissions with over four times the population. Nearly 20% of the world's population is in China. Of course they're going to emit more. But if China were rapidly increasing its emissions per capita, that could stil
29.
▲
by
cmcaine
7y ago
The letter is here if you'd like to read it: https://github.com/drop-ice/dear-github-2.0
30.
▲
by
cmcaine
7y ago
This blame China narrative is pretty ridiculous. China's per capita emissions are about half those of US or Canada (though still over the global average). That should help you understand how incredibly profligate North America is. Chin
More ›