HN user

karxxm

476 karma
Posts37
Comments78
View on HN
github.com 1y ago

Is Odd AI

karxxm
1pts1
en.wikipedia.org 3y ago

6174 (Kaprekar‘s Constant)

karxxm
1pts0
arxiv.org 4y ago

A collection of Deep Learning interview questions and solutions

karxxm
2pts0
en.wikipedia.org 4y ago

Time crystal – Motion without energy

karxxm
2pts0
edition.cnn.com 5y ago

Jeff Bezos will step down as Amazon CEO on July 5th

karxxm
84pts12
forums.macrumors.com 5y ago

Water-Cooling a MacBook Pro

karxxm
7pts0
www.uni-muenster.de 5y ago

Voreen (Volume Rendering Engine) version 5.2 released

karxxm
2pts0
news.ycombinator.com 5y ago

Ask HN: Advanced Course for Matplotlib

karxxm
1pts0
www.amazon.science 5y ago

Amazon's ML University is making its online courses available to the public

karxxm
426pts48
studios.disneyresearch.com 6y ago

High-Resolution Neural Face Swapping for Visual Effects

karxxm
1pts0
academic.oup.com 6y ago

The possible disappearance of a massive star in the galaxy PHL 293B

karxxm
104pts51
arxiv.org 6y ago

Evidence for hot superconductivity well above room temperature

karxxm
3pts0
conferences.eg.org 6y ago

Eurographics and Eurovis are free online Conferences this year

karxxm
2pts0
techcrunch.com 6y ago

Playstation 5

karxxm
2pts1
arxiv.org 6y ago

Neural Network Assisted Visual Analysis of Yeast Cell Polarization Simulation (2019)

karxxm
1pts0
astronomy.com 6y ago

Space-grown lettuce is as safe and nutrition as Earth lettuce

karxxm
2pts1
ncov2019.live 6y ago

The by far most detailed Coronavirus map out there

karxxm
14pts4
www.nature.com 6y ago

Quantum non-demolition readout of an electron spin in silicon

karxxm
1pts0
www.youtube.com 6y ago

TU Wien Rendering / Ray Tracing Course

karxxm
1pts0
www.sciencealert.com 6y ago

Physicists Have Captured Individual Atoms and Watched Them Merge

karxxm
1pts0
github.com 6y ago

Flask/React client for visualizing pandas data structures

karxxm
2pts0
twitter.com 6y ago

Elon Musk‘s ideas to improve Twitter

karxxm
2pts0
twitter.com 6y ago

Three Petabyte

karxxm
3pts0
news.ycombinator.com 6y ago

Ask HN: What will be the next “big things” in computer hardware engineering?

karxxm
4pts2
m.techxplore.com 6y ago

Persistent DRAM

karxxm
2pts0
www.scientificamerican.com 6y ago

New Particle Accelerator Fits on a Silicon Chip

karxxm
2pts0
www.uni-muenster.de 6y ago

Voreen (Volume Rendering Engine) 5.1 Released

karxxm
1pts0
arxiv.org 6y ago

Deep Double Descent: Where Bigger Models and More Data Hurt

karxxm
2pts0
www.reuters.com 6y ago

Reuters online course to identify deep fakes

karxxm
1pts0
www.uni-giessen.de 6y ago

FAQ for students and researchers because their university got hacked

karxxm
1pts0

Most volume renderers lack a good transfer function editor. When analyzing volumes, especially explorative analysis, the most effective tool is to dial in colors and opacities for certain value ranges, in order to find structures.

The volume rendering engine I have been working on uses a histogram for the value distribution, and on top of it, one can draw lines that indicate the opacity. Additionally, one can set colors to the control points, which are then linearly interpolated for the given ranges.

It depends I guess.

If you solve a problem that had been around for a while and LLMs offer a new way of approaching it, then it can definitely become a paper.

Of cause one has to verify in sophisticated experiments, that this approach is stable.

Not true. You need a distance matrix (for classical PCA it's a covariance matrix), which scales quadratically with the number of points you want to compare. If you have 1 Mio. vectors, each creating a float entry in the matrix, you will end up with approx (10^6)^2 / 2 unique values, which is roughly 2000Gb of memory.

Some architectures are relatively well understood. Eg in CNNs, the first layers detect low level features like edges, gradients, etc. The next layer then combines these features to more complex structures like corners or circles. Next layer will combine these features to even higher level features and so on. [1]

Typically, you can take a pre-trained model and retrain it on your new dataset by only changing the weights of the last layer(s).

Some loss functions even measures the difference between the high-level features of two images, typically extracted from a pre-trained CNN (Perceptual Loss).

[1]Matt Zeiler did an amazing work on these findings 10 years ago (https://arxiv.org/abs/1311.2901).

I have not seen many work on explainable AI regarding large language models. I remember many very nice visualizations and visual analysis tools trying to comprehend, what the network „is seeing“ (eg. in the realm of image classification) or doing

Definetly not true. This can be the best password in certain conditions. You should not put your "good" passwords to any shady site out there. You have no idea how passwords are stored on all these platforms one is registering to. If you can live with the fact, that an account may be hacked, then go for a super easy password if you want.

Having no framework comes with having no documentation.

If you select a framework and work in the same scope as the framework intends to, then you can onboard new engineers much more easily by telling them: We are working as the framework defines, look into the documentation and you will understand the basic architecture of our software.

Of cause, devs can maintain their own documentation, but I guess this usually is something that is not done very well.

My personal experience: As soon as a company started their software without a framework, it became a huge mess. While onboarding, I observed very bad architectural decisions and even very severe security issues.

I'd say, only go with no framework, if you are experienced enough to technically create an own (good) framework. From my observations, going without a framework was usually a decision done by young engineers.

A NeRF is a deep neural network architecture, that takes a set of photos from multiple camera positions of a given scene as an input and outputs a volume representation of this scene. Volumes allow for many common volume rendering interactions like repositioning the camera from any angle or even lighting effects.

But one can say that 20% of the content on the platform was distributed by bots. Meaning that all the Lurkers have to consider if they are really interested in content, that was pushed by some bot-farms. Technically, every user of this platform has to take a step back and evaluate, if anything they have seen is not pushed content by some bots.

20% is huge and I am curios if there will ever be some comparable "official" numbers to that.

For me, it's not "how" you do it (e.g. which framework). Important is "what" you are doing.

If your new gig is e.g. a random e-commerce software that contributes to the laziness of people or their consumerism, maybe you are the type of person that just don't care for the product, therefore won't put any effort in learning things for that?

By posting this study here on hacker news, you will somehow get a bias in your study. Here, we are usually very technical people. We work with randomness, we studied it, implemented it or proved something about it. Many have studied it in university and have a different understanding of randomness than non-technical people.

Therefore I would be carful when evaluating this study when a lot of the participants of this study came from here.

The idea to get rid of having to trust centralized organizations might sound tempting, but it doesn’t work: Blockchains don’t get rid of “trust”, they just change, who has to be trusted.

What if a group of trusted organizations run a blockchain together?

Am try to raise my 3yo daughter completely ad free. When watching a show, we exclusively use paid providers like YT, Netflix, Disney where no ads are present. Additionally, AdGuard helps removing some annoying Ads from minigame-Apps. For now, she is very young and it doesn't matter so much. But still, I want to keep up with this as long as possible. No free TV and no ads on web for her!