Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
knicknic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
knicknic
4y ago
I don’t pr unless it will be obviously taken without first opening an issue. This prevents me wasting time testing and writing code. If someone is going to just close these questions, then I will drop them as it’s not open source I want to
2.
▲
by
knicknic
4y ago
3x rule is not a rule but a guideline. It applies more to the average person. If you give someone 100 dollars a day they have to buy food, clothes, rent, education, transportation. You give them 1000 dollars a day they still have to buy the
3.
▲
by
knicknic
5y ago
One way to make it safer is to run inside webassembly. I needed an easy way to modify photoshop files and allow give those commands to other users. So you may want to check out https://knicknic.github.io/imagemagick/ i
4.
▲
by
knicknic
5y ago
The banks don’t own the loans, the government does, or peoples retirmenet funds… How is repricing home loans going to affect banks?
5.
▲
by
knicknic
5y ago
With a sha you shouldn’t have to change the pull policy. However there isn’t a need for always if you have the sha.
6.
▲
by
knicknic
5y ago
They pay you for work because it’s work, not because it’s fun. It’s easy to say, but they get X from you for that money. They don’t take it, you give it. If you are unhappy with how much you are giving than give less. If they are unhappy wi
7.
▲
by
knicknic
5y ago
Surprised no mention of it fully being available to dogs… https://www.merck-animal-health-usa.com/nobivac/nobivac-lyme...
8.
▲
by
knicknic
5y ago
Please bump priority of https://github.com/PowerShell/PowerShell/issues/3415 it makes it ugly and hard to convert scripts. Also source of bugs when users add lines to scripts.
9.
▲
by
knicknic
6y ago
Potential security vulnerabilities? If I have a library and it works in 2 & 3. But I stopped working on keeping it 2 compliant because 2 is no longer supported. Than I will never bring a single fix to 2, even security fixes. Due to cod
10.
▲
by
knicknic
6y ago
Employees will just slack on another device. A phone or something. I haven’t been in a bank in over 5 years. I have refinanced my home twice, and will probably do so again without stepping inside an office. The only reason I see to have an
11.
▲
by
knicknic
6y ago
Why not just install powershell on Linux?
12.
▲
by
knicknic
6y ago
You should try server43
13.
▲
by
knicknic
6y ago
`bash set -e`. Your examples don't work (if you have an answer please paste it in https://github.com/PowerShell/PowerShell/issues/3415 ) Set-PSBreakpoint -Command Write-Error -Action { break; }
14.
▲
by
knicknic
6y ago
I like powershell, but miss bash set -e.(really really miss this) Find it hard to set a script to abort with a stack trace. Find it hard to deal with relative imports(this script imports a file in the same folder) explaining the scoping rul
15.
▲
by
knicknic
6y ago
There are, but not with as many developers as JS. And because JS has so many developers it is better in some metrics.
16.
▲
by
knicknic
6y ago
That’s what the government wants you to believe.
17.
▲
by
knicknic
6y ago
If you want to talk about a failure you should talk about the kin.
18.
▲
by
knicknic
7y ago
With talk of proxy and go. I am surprised gobetween hasn’t been mentioned yet https://github.com/yyyar/gobetween . Last time I looked at the source it was very approachable.