Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tslater2006
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tslater2006
1y ago
Foesn't this show other top level functions besides main? From the JEP ```Top-level members are interpreted as members of the unnamed class, so we can also write the program as: String greeting() { return "Hello, World!"; } v
2.
▲
by
tslater2006
1y ago
Because if he had the general proof he wouldn't need to go out of his way to prove n=4, since it would be covered already by the general proof
3.
▲
by
tslater2006
1y ago
The readme shows support for dumping dex files. Edit: missed that it has a comment that stays "unsupport for now" but at least it looks like something planned
4.
▲
by
tslater2006
1y ago
Heh, was looking up the wiki on the Baader Meinhoff phenomenon only to find out it sends you to your link. Guess that's an easier name to know it as :)
5.
▲
by
tslater2006
2y ago
I maintain a joke domain which I've found sadly applicable through the years. https://adventofrealizingicantread.com . I try to keep it updated pointing to the current day throughout the month I've found especially as t
6.
▲
by
tslater2006
2y ago
I struggled with this through highschool. Pencil and gel pens were the worst. I never learned to write with my paper tilted like some lefties. I write just like a mirror image of a right hander, which lead to a lot of smudging and having to
7.
▲
by
tslater2006
2y ago
Looking at pricing, its $15 per 1M input tokens, and $60 per 1M output tokens. I assume the CoT tokens count as output (or input even)? If so and it directly affects billing, I'm not sure how I feel about them hiding the CoT prompts. N
8.
▲
by
tslater2006
2y ago
This is correct the last I read about it, but there was a project called ArcWelder that would post-process your gcode and convert the motions to true arcs. The printers today support the arc gcode, but the slicers don't generate them.
9.
▲
by
tslater2006
2y ago
No need for a plane, works that way for my head in real life too :) tilt your head back and you look up
10.
▲
by
tslater2006
2y ago
I could see this. Like obviously I live first person, and when I want to look up I pull my head back, to look down I push my head forward. Similarly I expect pushing my mouse forward (up) to look down and pulling my mouse back (down) to loo
11.
▲
by
tslater2006
3y ago
What a wonderful and detailed wrote up. Thank you for this! I wrote something similar but never released it due to not having a lot of hobby paint colors to include. It uses LAB for linear distance as a scoring mechanism and reflectance cur
12.
▲
by
tslater2006
3y ago
The linked page says the following: No C# or GDNative/GDExtension: Only GDScript is supported. Native extensions are not supported, but you can try to convert them into internal modules.
13.
▲
by
tslater2006
3y ago
I tried your example utterance about the glass door and can confirm 3.5 works fine. I then tried rewording it a bit and it did not go well, maybe I just worded it badly? https://imgur.com/a/UIXcDaJ
14.
▲
by
tslater2006
3y ago
Guessing they meant "I have never read" and not telling you to "never read"
15.
▲
by
tslater2006
3y ago
Yep! Can confirm I saw it at $10k earlier today as well.
16.
▲
by
tslater2006
4y ago
My (limited) understanding is that if you have say a 5mb file, and you open it for writing and wrote 3mb. You might expect the file to be 3mb, but...if you didn't specify the truncate flag (the bug here) the file is still actually the
17.
▲
by
tslater2006
4y ago
Or playing ads before showing someone the Tornado warning/radar.. I hate the weather Channel app
18.
▲
by
tslater2006
4y ago
> 10000 > & 1111 > ______ > 1 Wouldn't this result in 0 and not 1?
19.
▲
by
tslater2006
4y ago
The linked tweet is part of a larger thread which details an issue with how they set up transmitters in factorio which led to the destruction of the entire base. The thread then pivots to how it applies to other areas.
20.
▲
by
tslater2006
4y ago
I'm guessing you are referring to the new format they released with Chitubox 1.9 that encrypts portions of the layer data. The Chitubox file format has been reverse engineered and their encryption as well. The format is in the CTBEncry
21.
▲
by
tslater2006
5y ago
As someone that has recently started learning Rust, I am certainly interested in looking at source for bigger projects than I've made. Getting a feel for patterns and examples of how to do certain things. If your interest in jless is a
22.
▲
by
tslater2006
5y ago
I built a few utilities that help PeopleSoft developers do their job. It's a pretty niche market and it's all MIT licensed. I work on it when I need it to do something, or someone requests a feature. They have stayed pretty low on
23.
▲
by
tslater2006
5y ago
This led me one year to registering adventofrealizingicantread.com It just redirects to the advent site but I've grown to love it :)
24.
▲
by
tslater2006
5y ago
How was the experience for you? I've done the past few years in C#, but am considering using 2021 to learn Rust.
25.
▲
by
tslater2006
5y ago
Good info thanks. My comment wasn't intended to be a statement of fact by me, but rather what Impossible Foods claims. The complaint is now available on courtlistener.
26.
▲
by
tslater2006
5y ago
I just added it. Edit: also added the order to dismiss due to lack of personal jurisdiction and the trademark report document.
27.
▲
by
tslater2006
5y ago
Case number for locating it in PACER: 5:2021cv02419 At a glance of the complaint it seems that Impossible X started this with complaints and legal action against mpossible Foods for infringing on their trademarks. The complaint additionally
28.
▲
by
tslater2006
11y ago
From the GitHub: To use WinObjC, there are a few requirements. You need: Windows 10 Visual Studio 2015 with Windows developer tools. Visual Studio 2015 Community is available for free here. Select (at least) the following components during
29.
▲
by
tslater2006
12y ago
Just did a quick site price estimator, probably not super accurate but it said about 18k. http://www.siteprice.org/website-worth/www.timeline.com
30.
▲
by
tslater2006
12y ago
Per the Processing.js site, you include the processing.js file and then set an attribute on the canvas showing where to get the PDE file (your code). In this case they set it to: data-processing-sources="bezier_clock.pde" Making t
More ›