Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tn1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tn1
3mo ago
Ruby's un/pack is of course heavily inspired by Perl's: https://perldoc.perl.org/functions/pack However, slicing strings is a little easier syntax-wise than in Perl.
2.
▲
by
tn1
4mo ago
And don't forget the venerable .NET Forms with its kilobytes of __VIEWSTATE
3.
▲
by
tn1
4mo ago
A couple other people mentioned ClearCase which has something similar if you use their NFS based thing, you could see file or directory history and info by accessing something like `foo.c@@/versions/5` (which isn't ordinarily
4.
▲
by
tn1
6mo ago
DuckDB and Microsoft Access (!) have a PIVOT keyword (possibly others too). The latter is of course limited but the former is pretty robust - I've been able to use it for all I've needed.
5.
▲
by
tn1
9mo ago
While not talked about on HN as much, the big corps doing monorepo use something like Perforce which has "protects" tables allowing very granular access control
6.
▲
by
tn1
9mo ago
WHMCS is probably the easiest batteries-included tool for the job, giving billing, management, and a customer support portal. These could be unbundled or reinvented but for your average hosting company there's no point in doing so.
7.
▲
by
tn1
10mo ago
It's C++ programs in a Userscript format, which are compiled with a bundled instance of clang. Windhawk shows diffs of version changes, and most programs aren't much longer than a couple dozen lines, so pretty easy to visually ver
8.
▲
by
tn1
1y ago
It happens to me on many sites too, I'm not sure what causes it. Seems to mostly happen in Firefox iOS
9.
▲
by
tn1
1y ago
Schwab supports Symantec VIP but there's a python package to emulate it, which will give you a regular TOTP setup code.
10.
▲
by
tn1
1y ago
And it's not even all of the government, plenty of counties and even their departments have random domains leaving you wondering if it's just an elaborate phishing attempt
11.
▲
by
tn1
2y ago
I love LINQPad and happily pay for the license. My hope is that once he figures out the CLR host for Mac that he'll also come out with a Linux version of LPRun, since I want to automate some of my scripts on a cheap Linux VPS instead o
12.
▲
by
tn1
2y ago
Many older .NET applications saved programmers from this by providing "C# scripts". The framework includes the compiler and then it's trivial to use the compiled artifact. You can still do it by including the Roslyn libraries
13.
▲
by
tn1
2y ago
Shortcuts is pretty hard to use but it is possible to POST. Here's one of my shortcuts https://www.icloud.com/shortcuts/81229c80b3ec4c32bec866e2b8f...
14.
▲
by
tn1
2y ago
As a fellow 2012 Denon owner (AVR 3313) you can probably remove the RPi and just use HTTP. Just use devtools on your browser to do an action in the web UI and see what request it sends, then replicate it in shortcuts. And there's a int
15.
▲
by
tn1
2y ago
I guess you could say this is the modern version of the TV Typewriter: https://www.tinaja.com/ebooks/tvtcb.pdf
16.
▲
by
tn1
2y ago
I think the archaeology was part of the problem. Through its last days there was a lot of, well, garbage that absolutely nobody would be interested in. Like iPhone 3GS cases c.a. 2018 - who's gonna buy that?
17.
▲
by
tn1
2y ago
It's still possible, even into places like WordPad. When it's rendered (i.e., when you're not currently editing the embedded item) it becomes a bitmap (at a usually not great resolution). So text in your spreadsheet isn'
18.
▲
by
tn1
2y ago
In the keynote speech Jensen joked about selling a jacuzzi add-on
19.
▲
by
tn1
3y ago
If your data is small and your needs simple, don't forget about the old school scripts like http://www.javascriptkit.com/script/script2/jse/index.shtml
20.
▲
by
tn1
3y ago
The title should be all caps. From this page [1]: > Note: DJGPP is spelled all upper case when it would normally be capitalized, and all lower case otherwise. It is never correct to spell it ``Djgpp''. [1] https://ww
21.
▲
by
tn1
3y ago
I'm not sure what hifi system OP has, but another way to do this is by emulating the iPod remote mode over USB. It saves a bunch of trouble with emulating files. Denon/Marantz products have supported (and i believe still do) for a
22.
▲
by
tn1
3y ago
Not really. Most of the tcl that gets written is very straightforward and business-logic. The framework you're using is pretty much just the host tool. Trying to integrate other libraries is often difficult if the tcl runtime is missin
23.
▲
by
tn1
3y ago
You'd be surprised. I've worked at 2 large hardware companies you've definitely heard of and both use tcsh. I guess it's a holdover from the early-mid 90s when the shell story was very different from today, especially ac
24.
▲
by
tn1
3y ago
There's tools like Wondershare transfer. It's not free but does a surprisingly good job of converting between android and iOS. Somehow they figured out the secret sauce of Apple's backups and charge only $40 or so for the pri
25.
▲
by
tn1
3y ago
> I want to make sure that using your GPU is as easy as pie For Nvidia they made the PGI compilers free with the HPC SDK: https://developer.nvidia.com/hpc-sdk
26.
▲
by
tn1
3y ago
I think we'll see more of this in the future. Just like companies are doing RTO as a sort of soft layoff, this will be another way to magically find reasons to get rid of someone
27.
▲
by
tn1
4y ago
Try to use it as a daily driver. If you encounter a situation where there's a bug/weirdness/missing feature, you can always temporarily launch bash or whatever to do the one thing you need to do, then exit that (sub)shell and
28.
▲
by
tn1
4y ago
Things like phpBB, MyBB, or even commercial ones like XenForo are extremely customizable and integrate well with almost any auth system
29.
▲
by
tn1
4y ago
My personal favorite: https://makepp.sourceforge.net It's make, but works in the way you expect. Plus, with some extensions you can add custom functions to really make your life easier. We use it at $dayjob; at first I didn
30.
▲
by
tn1
4y ago
As others have said it's very common. You can even filter phones on GSMArena by it, looks like there's 6000+ in their database, including recent releases: https://m.gsmarena.com/results.php3?chkFMradio=selected
More ›