Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pswenson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
37 ms
·
1.
▲
by
pswenson
7y ago
Now do Amsterdam
2.
▲
by
pswenson
7y ago
slightly worse :)
3.
▲
by
pswenson
7y ago
80 char line length in 2019?
4.
▲
by
pswenson
8y ago
The jetbrains editors are amazing, if you learn the keystrokes. I see few bother to explore/learn them though... I haven't found an editor that matches the features. My main prob with jetbrains is project setup sucks, and the sup
5.
▲
by
pswenson
8y ago
almost all retail credit card transactions go over the internet and commerce seems to continue fine. but if you want to be safe, have a cellular backup network. seems way simpler than pushing out a k8s infrastructure to every store.
6.
▲
by
pswenson
9y ago
Jenkins is fundamentally broken. Upgrade any plugin and you risk everything breaking. And you won't necessarily know until you run every corner case of your build system.
7.
▲
by
pswenson
9y ago
Here is the transcript: https://44uc8dkwa8q3f5b66w13vilg-wpengine.netdna-ssl.com/wp-...
8.
▲
Dave Asprey/Joseph Mercola Claim Cell/Wifi EM Dangerous
(blog.bulletproof.com)
1 points
by
pswenson
9y ago
|
1 comments
9.
▲
Finally a decent alternative to make?
(github.com)
26 points
by
pswenson
9y ago
|
10 comments
10.
▲
by
pswenson
9y ago
it's cool, but can't scroll them w/o mouse/trackpad. cursor keys don't work :(
11.
▲
by
pswenson
9y ago
a good concurrency story looks 2 years out :( 5 will lay some foundations, hopefully Swift 6 will complete the story. a "systems" language w/o a concurrency story isn't very compelling.
12.
▲
by
pswenson
9y ago
i'm surprised no one has started a snake vs camel case debate here! https://jsonfeed.org/version/1
13.
▲
by
pswenson
9y ago
I think much more widely for sleep than depression.... it was originally an anti-depressent but had a nasty side-effect of making one very sleepy.
14.
▲
by
pswenson
9y ago
There are many problems with the plugin ecosystem. The big ones: * Many don't work with pipelines (scm sync config plugin for example). And you don't know this until you try * Upgrading a plugin can and often does have unintended
15.
▲
by
pswenson
10y ago
How about a right click/keystroke to copy current file path to clipboard?
16.
▲
by
pswenson
10y ago
Kotlin native sounds great to me! There is a big world outside the bloated JVM! We've seen 1/10 the memory usage on golang vs java with similar performance, so properly executed there is a big opportunity in the native space.
17.
▲
by
pswenson
10y ago
checked exceptions? They lead to very un-robust code like try{...}catch(Exception e){//ignore or log, continue along like everything is grand!} or (much better) every method declaring "throws Exception"
18.
▲
by
pswenson
10y ago
property value is much higher in cities than burbs due to supply/demand
19.
▲
by
pswenson
10y ago
"I don't want to make a big investment"
20.
▲
by
pswenson
10y ago
Are you seriously complaining about Apple continuing to update Macs? They should be updating them every year!
21.
▲
by
pswenson
10y ago
I love laptops. Easy to carry, always has my stuff on it. I connect to a big monitor/keyboard/mouse at my desk both at home/work... use a laptop when I travel or work from the coffee shop/bar/etc. I haven't o
22.
▲
by
pswenson
10y ago
Cell connectivity is a big deal and will increase its usefulness. But a watch can't replace a smartphone. There are core functions of a smartphone that a watch can never replace: typing, reading, camera... If you have paid attention
23.
▲
by
pswenson
10y ago
this flies in the face of all the mobile trends... smartphones are getting MUCH faster/more powerful every year.
24.
▲
by
pswenson
10y ago
you should at least get the makefile support from C++ in there.. people use makefiles for bootstrapping docker all the time. https://youtrack.jetbrains.com/issue/IDEABKL-5173
25.
▲
by
pswenson
10y ago
I just switched to this, problem solved. But I tried sevarl other solutions and found many were out-dated and no longer worked well, with no doc on which version of doc the approach worked with. Should be built into docker IMO and I'
26.
▲
Marco's comments on Swift
(marco.org)
2 points
by
pswenson
10y ago
|
0 comments
27.
▲
by
pswenson
10y ago
the config is a huge problem, not just because of XML files. Jenkins (pre 2.0 at least) job configs have huge problems with config drift and doesn't play well with configuration management tools. Trying to automate jenkins job configu
28.
▲
by
pswenson
10y ago
being able to config jenkins via code is huge! looking forward to trying it
29.
▲
by
pswenson
11y ago
It's not "business logic", it's "build logic". Your criticism applies equally to non-build code. Don't approve PRs for bad/inscrutable code. In gradle you can build plugins just like maven. But a si
30.
▲
by
pswenson
11y ago
So I think gradle has a lot of problems, but having access to Groovy anywhere is a good thing. You can always make your builds do what you want. And as in all things if your code gets too complicated you need to refactor, extract logic int
More ›