Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bramblerose
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bramblerose
1mo ago
In my experience the issue is one of torque, not of power. Most cheaper electric bicycles (including most Decathlon models) have a hub-mounted motor which cannot deliver power effectively at low speeds -> it stops assisting when you most
2.
▲
by
bramblerose
7mo ago
While that is true, "Drivers consistently ignoring rules" is also a systems issue, which can be mitigated through e.g. better road design (narrower roads reduce speeding, for example).
3.
▲
by
bramblerose
8mo ago
Unless the design of the object is copyrightable (which it often is!) in which case the photo is a derivative work.
4.
▲
by
bramblerose
9mo ago
- Using the commit SHA of a released action version is the safest for stability and security. This is not true for stability in practice: the action often depends on a specific Node version (which may not be supported by the runner at some
5.
▲
by
bramblerose
1y ago
The solution to the "interface/tooling to translate" problem, at least for open source applications, is https://translatewiki.net/ , with the additional benefit that it comes with a team of experts that can h
6.
▲
by
bramblerose
1y ago
uses: actions/checkout@v4 That uses the Node that is provided by GitHub, and that will break in the future.
7.
▲
by
bramblerose
1y ago
I find the repeated deprecations on GitHub Actions frustrating to work with. One of the key goals of a build system is to be able to come back to a project after several years and just having the build work out of the box . Yet with GHA I
8.
▲
by
bramblerose
2y ago
In the end, this is the age old "I built by thing on top of a 3rd party platform, it doesn't quite match my use case (anymore) and now I'm stuck". Would GitLab have been better? Maybe. But chances are that there is anoth
9.
▲
by
bramblerose
2y ago
I would argue that the second rule is even optional here. There is enough literature (McConnell's Software Estimation, Boehm's Software Engineering Economics) that suggests that, given a well-scoped problem and other projects to b
10.
▲
by
bramblerose
2y ago
The subsidy could be independent from the carbon emissions (e.g. by subsidies on the produced goods) while the carbon tax isn't, effectively creating an incentive to produce in a less carbon intensive manner.
11.
▲
by
bramblerose
2y ago
Which risk would TLS mitigate in this specific use case?
12.
▲
by
bramblerose
2y ago
The alternative would be "two applications talking to the same microservice" where you run into the same issues with backwards compatibility, except the API is now "application to microservice" instead of "applicati
13.
▲
by
bramblerose
2y ago
I have the same (and ran into this trying to wrap my head around why Maven didn't work... I don't want a tutorial explaining how to get started, I need to understand the fundamentals to understand what's happening!). I think,
14.
▲
by
bramblerose
2y ago
You also have to allow the end user to make changes to the LGPL software running on the device.
15.
▲
by
bramblerose
2y ago
Judging by the graph on the linked page, the UK's rail network is mostly safer due to a lower number of workplace accidents. A cynic might suggest that that's correlated with a lack of maintenance :-).However I do also believe t
16.
▲
by
bramblerose
2y ago
It's the power output that is relevant for the failure mode described in the article, not the yearly production. And in terms of power output, 20GW is an incredibly common number for peak solar production (see e.g. https://e
17.
▲
by
bramblerose
2y ago
The failure mode is much simpler: you don't need to physically break anything, you just need to drop 10GW of production from the grid (send a "turn off" command to all solar inverters) leading to a cascade of failures. Gettin
18.
▲
by
bramblerose
2y ago
You can, but you need to enable it (as it fundamentally changes how the game plays); https://wiki.openttd.org/en/Manual/Passenger%20and%20cargo%2...
19.
▲
by
bramblerose
2y ago
You can do this with `np.newaxis` - in the NumPy course I wrote as TA we required students to always be explicit about the axes (also in e.g. sums). It would be nice if you could disable the implicit broadcasting, but as you mention that wo
20.
▲
by
bramblerose
2y ago
I appreciate your response. I feel the same as the other commenter: the asymmetry between "a steep fine" and "losing your home" is enormous. But "what happens if the fine is enormous" (say, the landlord also st
21.
▲
by
bramblerose
2y ago
So what happens when the law requires a contract yet the landlord doesn't offer a contract and simply collects the rent?
22.
▲
by
bramblerose
2y ago
You can be refunded without receiving additional compensation.
23.
▲
by
bramblerose
2y ago
They are not entitled to compensation over their previous work, but you/me/AWS are also not entitled to their _future_ work.
24.
▲
by
bramblerose
2y ago
That only works for copyleft licenses. Even with Antirez' original work fully available under BSD, there is nothing stopping Redis Labs from adding new code under a proprietary license.
25.
▲
by
bramblerose
3y ago
A Vector Network Analyzer - https://en.wikipedia.org/wiki/Network_analyzer_(electrical)
26.
▲
by
bramblerose
3y ago
The MIT license just gives you permission to use the work as published. Normally that work would be in source form, but there is nothing in the MIT license requiring that. In this case, it seems that the authors chose to release the binari
27.
▲
by
bramblerose
3y ago
You can, in fact, with the right equipment, talk to NFC chips from a distance. Easier with 125kHz than with 13.56MHz but still possible. See, e.g., https://www.youtube.com/watch?v=gP9f_TiKHIY Security of NFC applications is
28.
▲
by
bramblerose
3y ago
There's a blog post by the author explaining the context at https://sonnet.io/posts/sit/ . But really, just sit :-)
29.
▲
by
bramblerose
3y ago
I suspect this may have to do with who owns what: the trailer is not always owned by the same entity as the truck which means that some sort of agreement needs to be made. This could be part of the transport fee, but would need to solve que
30.
▲
by
bramblerose
3y ago
In my experience it's often the _developer of the PoC_ that goes "oh, this will just need a little bit of cleanup" rather than clearly communicating "this PoC has validated risks X and Y, but we still need to mitigate ri
More ›