HN user

kuter

595 karma
Posts35
Comments38
View on HN
kuterdinel.com 1y ago

Show HN: Float Gallery, visualizations for various floating point formats

kuter
2pts0
github.com 2y ago

Nvidia Instruction Set Specification Generator

kuter
2pts1
kuterdinel.com 2y ago

Reverse Engineered Nvidia Hopper Instruction Set

kuter
3pts0
near.blog 2y ago

Supplements I Take

kuter
1pts0
matrix.org 2y ago

Why the Matrix.org Homeserver Exists?

kuter
2pts0
muratbuffalo.blogspot.com 2y ago

Checking Causal Consistency of MongoDB

kuter
3pts0
fortune.com 2y ago

Microsoft admits Russian state hack still not contained

kuter
12pts0
www.cbsnews.com 2y ago

Retired Army officer charged with sharing classified Ukraine info on dating site

kuter
6pts3
www.rockpapershotgun.com 2y ago

Epic Games hit by 189GB hack, including login and payment info

kuter
25pts19
sites.google.com 2y ago

Genie: Generative Interactive Environments

kuter
82pts16
leimao.github.io 2y ago

Heap Building Algorithm

kuter
3pts0
thegradient.pub 2y ago

Why Doesn't My Model Work?

kuter
1pts0
www.phoronix.com 2y ago

SDL3 Introduces a Vulkan Renderer

kuter
3pts0
kuterdinel.com 2y ago

Show HN: Python Bytecode and AST Explorer

kuter
1pts1
spatial-vlm.github.io 2y ago

Spatial VLM: Endowing Vision-Language Models with Spatial Reasoning Capabilities

kuter
1pts0
octo-models.github.io 2y ago

Octo: An Open-Source Generalist Robot Policy

kuter
2pts0
kuterdinel.com 2y ago

Writing a simple JIT Compiler for x86 in about 1000 lines of C

kuter
7pts2
gizmodo.com 3y ago

Meta Security Exec Hacked and Tracked for a Year by 'Predator' Spyware

kuter
2pts0
www.theverge.com 3y ago

Reddit has been down for more than an hour

kuter
178pts268
gizmodo.com 3y ago

Webb Telescope Spectrograph Suffers Software Glitch

kuter
2pts1
www.cnn.com 3y ago

Spotify to cut 6% of its workforce

kuter
11pts0
www.thestreet.com 3y ago

Google Brings Back Founders Page, Brin to Fend Off ChatGPT Threat

kuter
7pts0
techcrunch.com 3y ago

T-Mobile says hacker accessed personal data of 37M customers

kuter
30pts11
techcrunch.com 3y ago

Netflix founder Reed Hastings steps down as co-CEO

kuter
3pts0
fortune.com 3y ago

The CEO of Bank of America says that they're slowing down hiring because

kuter
3pts0
googleprojectzero.blogspot.com 3y ago

Exploiting null-dereferences in the Linux kernel

kuter
158pts71
www.bleepingcomputer.com 3y ago

Git patches two critical remote code execution security flaws

kuter
1pts0
www.businessinsider.com 3y ago

Tesla faked a 2016 video promoting its self-driving technology, according to

kuter
9pts0
torrentfreak.com 3y ago

Prominent Pirate Sites Mysteriously Vanish from Bing’s Search Results

kuter
10pts5
techcrunch.com 3y ago

Norton LifeLock says thousands of customer accounts breached

kuter
30pts7

It looks like the future for laptops is ARM. I hope Lenovo makes a ThinkPad with this chip, there already is a ThinkPad with a Snapdragon SoC (ThinkPad X13s), but from what I have read it's not very good. I considered getting a MacBook to use with Asahi but some important features are still unsupported (like HDMI output support).

I did something similar for Instagram on android few years ago. The usual methods for bypassing certificate didn't work on Instagram, they were statically linking openssl into a shared library called libcoldstart.so. I Spent some time reading openssl documentation and ended up installing a hook to the function that configured the certificate verification.

In case you are curious. I used Frida for installing hooks to native functions.

The deal breaker with obsidian for me is that it is not opensource. It's great that it's at least using a markdown derivative format.

I am using Emacs Org Mode and quite happy with it. You can link different files, include images, embed and view LaTeX, encrypt your notes with GPG and much more. I think it will stand the test of time better than Obsidian which is something I care a lot for note taking and journaling.

Few points:

- Not sure if people would want to "talk to" a device in public.

- Anything and more that this device do can be done by a smart phone that people already have.

- I feel like people prefer using a UI interface instead of speech.An example to this behavior might be using delivery apps instead of calling a restaurant.

- Looks too wide to fit into most pockets.

Took a peek at the models they use. It seems to be a vision transformer encoder decoder architecture with a resent backbone. Looks really good. I had a similar idea of training a model and making a desktop application, but haven't had the opportunity. I wonder how much compute it took to train the model.

I think this paper was the first one to do OCR on LaTeX: http://cs231n.stanford.edu/reports/2017/pdfs/815.pdf The paper describes an Encoder-Decoder architecture with CNN encoder and LSTM based decoder.

Hello HN, I am graduating in a few months, last summer I was an SWE intern at Google before that I did a Google Summer of Code with the LLVM foundation working on the inter-procedural optimizations. I enjoy taking on deeply technical challenges. Although I have more professional experience towards low level programming. I enjoy experimenting with Deep Learning in my spare time. I am also very interested to learn more about finance when I have time.

Location: Turkey

Remote: Ok

Willing to relocate: Yes (Prefer to)

Technologies: C/C++, LLVM, Compilers, Python, Deep learning(Mainly Tensorflow but Torch is Ok), TS, JS, Rust(Intermediate).

Résumé/CV: Available upon request.

Email: kuterdinel@gmail.com

Blog: kuterdinel.com

One project I made for myself was to to wtite a kernel module that could control the led backlight of my laptop keyboard.

I had to first reverse engineer the windows utility that was written in c# and found out that it used wmi commands. After reading the kernel code for a while I realized there where already some code that implemented HP WMI commands.

Using that as a foundation it was quite easy to write my own kernel module that could change the led colors. Then I tried to integrate it with the linux kernel's led API. Since the LEDs where RGB it was a little different to integrate but I managed to find some examples in some playstation joystick driver code.

This project was a lot of fun, but I would say that you should be careful not to break your hardware. I have broken devices even from the user space by pushing it beyond it's limits.

Frame Format

   The IP datagram is printed, on a small scroll of paper, in
   hexadecimal, with each octet separated by whitestuff and blackstuff.
   The scroll of paper is wrapped around one leg of the avian carrier.
   A band of duct tape is used to secure the datagram's edges.  The
   bandwidth is limited to the leg length.  The MTU is variable, and
   paradoxically, generally increases with increased carrier age.  A
   typical MTU is 256 milligrams.  Some datagram padding may be needed.

   Upon receipt, the duct tape is removed and the paper copy of the
   datagram is optically scanned into a electronically transmittable
   form.

This probably just splits B+ tree pages. I suggested something similar for using sqlite with static web pages see [0]

Distributed search engines are not new, many companies tried to make them [1].

I think the main challenges of distributed search engines are not technical. I don't think there isn't much financial incentive to create/maintain/seed them.

There isn't much advantage to using them either (if a alternative is available). I think the only viable use case for them is for indexing pirated torrents.

Maybe a foundation could use this type of technology to lower their expenses. Like a charity version of Google

[0]https://news.ycombinator.com/item?id=25843786

[1]https://en.wikipedia.org/wiki/Distributed_search_engine

Some of the supported messaging apps doesn't allow automation or provide APIs. I appreciate the work that went into supporting those. But I don't think it would be possible to have consistent support for some of those chat apps. Things like API changes or just getting you server ips banned would disrupt service.

For anyone interested there is something called fuzzing that uses usually code coverage based heuristics to generate data to find bugs.

For example LLVM's lib fuzzer uses instrumentation to track code coverage and mutates data to find invalid behaviour.

https://llvm.org/docs/LibFuzzer.html

It uses a compiler pass to insert code to branch points functions calls etc. I think it uses genetic algorithms to increase coverage by changing the data.

There are others that work in similar ways one of them is. https://github.com/google/AFL

Serverless SQLite 6 years ago

The clients would just send ajax queries with range headers to get the parts of the database that they want.

It is going to be read only.

Locking wouldn't be problem because in the eyes of the sqlite running in the browser it would have it's own read only copy of the database.

Serverless SQLite 6 years ago

Yes. Maybe you could increase the sizes of B+ pages ? The only reason that databases use B+ trees rather than a red-black tree or avl trees is because of the overhead of reading data from the hard drive. This would be a interesting hack.