wesnerm2 | 5 months ago | on: A recent chess controversy
wesnerm2's comments
wesnerm2 | 6 months ago | on: CVS Holds Off on Offering Covid Vaccines in 16 States
Those states are Arizona, Colorado, Florida, Georgia, Kentucky, Louisiana, Maine, Massachusetts, Nevada, New Mexico, New York, North Carolina, Pennsylvania, Utah, Virginia and West Virginia, along with the District of Columbia.
wesnerm2 | 7 months ago | on: MathJax v4.0.0 Now Available
wesnerm2 | 8 months ago | on: Microsoft extends free Windows 10 security updates into 2026
wesnerm2 | 9 months ago | on: Bill Atkinson has died
wesnerm2 | 10 months ago | on: Someone posted a startup that uses AI to understand GitHub repos. Remember it?
https://news.ycombinator.com/item?id=43739456
https://the-pocket.github.io/PocketFlow-Tutorial-Codebase-Kn...
wesnerm2 | 1 year ago | on: Immutable Data Structures in Qdrant
Copying is free. Comparisons and change detection are much faster. Data-sharing, thread-safety, content-addressing, versioning/persistence have faster and more efficient implementations--often for zero cost. Immutable data structures have more guarantees, which lend themselves to more optimizations.
Chart parsing uses immutable data structures and many other DP algorithms rely on immutability to take an algorithm from exponential running time and space to polynomial running time and space. Git uses content-addressing to implement zero-cost branches, which used to be inefficient in traditional version control systems, which were more imperative.
wesnerm2 | 1 year ago | on: Fast linked lists
wesnerm2 | 2 years ago | on: Ask HN: Who wants to be hired? (November 2023)
Location: Philadelphia, PA and Bellevue, WA
Remote: Yes
Willing to relocate: NYC, California
Technologies: AWS, GCP, Azure. My usual stack is C#/.NET Core, but I also professionally developed with C/C++, Javascript, Python, Java, Clojure, and PHP. Also used Ruby, Go, Scala, F#, Objective C. Primarily backend, but developed desktop, mobile, frontend(Blazor, ASP.NET, React, Astro, AngularJS), backend, and mobile applications.
Resume: http://wesnermoise.com
Email: wesnerm yahoo.com
Software developer with business degree and expertise in AI, mathematics and algorithms. Former software design engineer in the Microsoft Excel group, where I developed PivotTables. Primary background in .NET (C#) and UNIX (C++) with eclectic interests in frameworks, languages and platforms. Proficient in systems programming, desktop and mobile application development, and web development (UI and API). Independently developed multiple large applications—over 100K lines of code each. Ranked in 99.9th percentile in competitive programming at HackerRank and CodeChef. Filed patents and presented four times at Microsoft technical conferences.wesnerm2 | 2 years ago | on: Apple Vision Pro: Apple’s first spatial computer
The difference between a monitor and the lens of a headset. If you look at a 4K monitor up closely within a region of the screen of two inches in radius, you are not seeing 4K in that region. 4K of pixel applies to the whole monitor not to the eye's field of view as it does to a headset.
If you were using the headset as a monitor, you could zoom in on text and the text can effectively have infinite resolution as it scales up into view.
wesnerm2 | 3 years ago | on: Tell HN: The ratio of wants-to-be-hired to is-hiring is at a record high 0.94
As other people have noticed, April appeared to be the lowest month in new jobs, but the true numbers won't be evident until the month is over. The ratio will likely fall lower with the reasonable assumption that a greater proportion of people seeking work post earlier in the month than of companies seeking employees.
wesnerm2 | 3 years ago | on: GPT-4
I disagree with the premise. A single human isn't likely to be able to perform all these functions. Why do you demand GPT-4 encompass all activities? It is already outperforming most humans in standardized tests that rely only on vision and text. A human needs to trained for these tasks.
It's already a human replacement. OpenAI has already said the GPT-4 "with great impact on functions like support, sales, content moderation, and programming."
wesnerm2 | 3 years ago | on: The most boring number in the world is...
> My brain just did not want to accept "7" as the fourth number in the series.
The sequence that you get from the difference of successive numbers in the list is rather predictable: 1,2,3,4,5,6,7, ...
wesnerm2 | 3 years ago | on: Excel is pretty dang cool
wesnerm2 | 3 years ago | on: Reference count, don't garbage collect
There are some cases where allocations are made when they could have been avoided. Iterating over a dictionary creates a single IEnumerator object. Async methods, tuples, delegates, and lambda expressions also allocate memory as do literal strings. It is possible to have struct-based iterators and disposers. There are some recently added mitigations such as a ValueTask, ValueTuple, function pointers, ref structs, conversions of literals to read-only spans, that eliminate allocations.
DateTime is a value type and doesn't allocate memory. Getting the current time does not allocate memory.
With the recent additions to ref types and Span<>, C# provides a lot of type-safe ways to avoid garbage collections. You can always use pointers if need be.
wesnerm2 | 3 years ago | on: Ask HN: Why hasn't Git been adopted outside of software engineering?
Marketers and documentation writers use markdown and git for building websites and books.
Data scientists use git for their notebooks.
Operations use git for their deployment scripts.
Git isn't the best for office documents. Revision marking (aka, change tracking), document comparisons, and merging are all available in Office suites. Git isn't really used here because there features predate Git, operated on binary files or complex XML documents (neither of which are conducive to diffs).
Git isn't good for databases or data lakes. The files are huge and typically aren't modified (CSV) or are binary/compressed (Parquet).
wesnerm2 | 3 years ago | on: I'm tired of Google's business products
wesnerm2 | 4 years ago | on: Super Simple Storage Service
S4 costs about the same as S3 Deep Archive storage.
Update: The article appears to be a joke. That aside, there are no cost savings against S3 Deep Archive; additionally S3 Deep Archive supports restores unlike the write-only S4.
wesnerm2 | 4 years ago | on: Software CEO pays staff $5k to quit their job after two weeks
wesnerm2 | 4 years ago | on: Ask HN: Why dont operating systems make sounds anymore
https://www.chess.com/news/view/hans-niemann-lawsuit-dismiss...