Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
puddums
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
by
puddums
8y ago
The module cache in Go 1.11 can sometimes cause various errors, primarily if there were previously network issues or multiple go commands executing in parallel, where the workaround would then be to delete GOPATH/pkg (or run 'go c
2.
▲
by
puddums
8y ago
I think the initial vgo discussion and versioned Go modules proposal effectively said "developers expect semver; semver is helpful; Go is officially adopting and requiring semver". At the same time, I think there was also some dis
3.
▲
by
puddums
8y ago
Makes sense. I guess the way I would summarize it is I believe the end-to-end Go system is 100% compliant with semver 2.0 spec. (And that is true to my knowledge even though there happens to be an internal-only 'semver' packag
4.
▲
by
puddums
8y ago
Hi Steve, I've looked at this relatively carefully, and I believe that Go does 100% follow the semver spec (modulo any bugs in the implementation). However, while that happens to be my personal belief, I am not any type of world-class
5.
▲
by
puddums
8y ago
That's from sqlite. (Awesome tech, awesome license). Related snippet from the "Distinctive Features Of SQLite" page[1] from the sqlite project: The source code files for other SQL database engines typically begin with a comm
6.
▲
by
puddums
9y ago
One of the requirements listed [1] as being needed for exposure to this for the provider is: Users have the ability to upload certificates for arbitrary names without proving domain control. When you say you were right, are you saying Clo
7.
▲
Facts about the STEM workforce
(pewresearch.org)
1 points
by
puddums
9y ago
|
0 comments
8.
▲
Women and Men in STEM Often at Odds Over Workplace Equity
(pewsocialtrends.org)
2 points
by
puddums
9y ago
|
0 comments
9.
▲
by
puddums
9y ago
I would guess they are fairly focused on it at this point. They are releasing microcode update mitigations for the CPUs of today, and at least state they will be improving things in the CPUs of the future, which is more-or-less what one mig
10.
▲
by
puddums
9y ago
As far as I can tell, one bit of news to me at least in this Intel whitepaper from today is that the microcode update to mitigate “variant #2” would be needed for Broadwell+, rather than the Skylake+ that had been stated yesterday on LKML.
11.
▲
by
puddums
9y ago
People had been waiting on more details of the Intel microcode update, for example from kernel mailing list yesterday mid-day: https://lkml.org/lkml/2018/1/4/696
12.
▲
by
puddums
9y ago
If interested, you can see their work-in-progress main.rs in the related code revision[0], which includes their Rust code calling down to the C function Py_Initialize() to spin up the now-embedded CPython interpreter that is living "in
13.
▲
by
puddums
9y ago
The submitted article was to the hg wiki. I also included some quotes from the related code revision in Phabricator: https://phab.mercurial-scm.org/D1581
14.
▲
by
puddums
9y ago
python has a concept of "extending" and also "embedding". It looks like they are looking at embedding[0], which enables you use the normal CPython interpreter from within another program. (So no, not writing a new Python
15.
▲
by
puddums
9y ago
... and now looks like the HN headline was improved to be more representative of the content compared to the earlier headline.
16.
▲
by
puddums
9y ago
Initial reaction to headline was it sounded like (a) no more python, and (b) this is a decided future direction. Instead, it sounds like this is a proof-of-concept for flipping the main 'hg' command from being python + C extension
17.
▲
An update on webassembly support for golang
(twitter.com)
2 points
by
puddums
9y ago
|
0 comments
18.
▲
Searching for News - case study using the Flint water crisis
(journalism.org)
1 points
by
puddums
9y ago
|
0 comments
19.
▲
by
puddums
11y ago
TF;DV ("Too Flakey; Didn't View") version: After an intro ad, Stonebreaker gives the semi-common "3 V's" definition of big data of "volume, velocity, variety" popularized by META/Gartner [0].
20.
▲
by
puddums
11y ago
Fair point, but worth noting that compared to the migration plan discussed at ng-conf in March, this is now an improved plan. For example, from the post just published: Wasn't the original upgrade plan to use the new Component Route
21.
▲
by
puddums
12y ago
Agreed, the auto import is awesome.
22.
▲
by
puddums
12y ago
This is kind of awesome. "Sys admin" type usage definitely drives adoption/popularity/usage of a language (e.g., see perl; and people like doing sysadmin stuff with ruby). I would love, love to have something close to