Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beothorn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
Reverse Engineering the International Superstar Soccer Password System
(isageek.com.br)
1 points
by
beothorn
1y ago
|
0 comments
2.
▲
by
beothorn
3y ago
I took a better look. This, as other profilers, work by sampling the process, getting the stack trace all at once. This is either getting it from tooling baked on the kernel (that is why it doesn't work on windows) or getting the stack
3.
▲
by
beothorn
3y ago
Pretty cool!
4.
▲
by
beothorn
3y ago
I did not know about this project, I will look into it, thanks for linking :) But, from a quick peek, I think my motivation is different. My intention when creating this was not profiling exactly each operation, but understanding the logic
5.
▲
by
beothorn
3y ago
Mainly for debugging locally. I use it either to understand which parts of the code will be touched by a certain action or over unit tests to get an overall idea of what values are passed to which parts of the system. Works well if you need
6.
▲
Show HN: Javaflame – Simple Flamegraph for your Java application
(github.com)
31 points
by
beothorn
3y ago
|
8 comments
7.
▲
by
beothorn
3y ago
I try explaining it here https://github.com/beothorn/OneClickStableDifusionAutomatic1...
8.
▲
Show HN: Botecko, a gpt4 client that simulates an instant messenger
(github.com)
4 points
by
beothorn
3y ago
|
0 comments
9.
▲
Show HN: How to make a blog using GitHub
(isageek.com.br)
1 points
by
beothorn
5y ago
|
0 comments
10.
▲
by
beothorn
7y ago
I've done this after needing to heavily customize slide using reveal js. Reveal js programmatically changes the slides and made styling them difficult. Besides, the grid layout is perfect for this kind of whole page design.
11.
▲
Show HN: Telegram bot that can run some commands
(github.com)
1 points
by
beothorn
7y ago
|
0 comments
12.
▲
Show HN: A template for slide presentations using the browser
(beothorn.github.io)
5 points
by
beothorn
7y ago
|
1 comments
13.
▲
by
beothorn
7y ago
On chrome at least copy(Paste json here) is enough
14.
▲
by
beothorn
9y ago
I don't remember where did I get this from but it is a cool thing to add to your .bashrc #!/bin/bash #teach you some new commands every time you open a new terminal echo 'Did you know that:' echo $( whatis
15.
▲
by
beothorn
10y ago
Also: search for code making connections to db ruby https://github.com/search?q=DBI.connect&ref=searchresults&ty... java https://github.com/search?p=2&q=DriverManager.getConnection%... and so on
16.
▲
by
beothorn
10y ago
3 years ago I've tried to use blender as a substitute to openscad but stopped because the boolean operators didn't alwyas gave the same result. Here I started to some basic examples from openscad on blender https://gith
17.
▲
by
beothorn
10y ago
For anyone interested, there is a great video by the PBS space time channel explaining quantum entanglement here https://www.youtube.com/watch?v=tafGL02EUOA The thing is, although the quantum state of the photom collapses i
18.
▲
by
beothorn
11y ago
Other commenter here. The text says that any autority (autoridade policial ou administrativa -> police force or administrative power) may require that the metadata be recorded for a period of time , but access to this metadata needs the
19.
▲
by
beothorn
11y ago
It doesn't say contents, it says registros de conexão "connections log". The intent was to log IP adresses and dates, not content, but it is known that the interpretation of the text would be up to our judicial system. It als
20.
▲
Show HN: ClojureCalc, a libreoffice Calc Add-In to evaluate clojure expressions
(github.com)
3 points
by
beothorn
11y ago
|
0 comments
21.
▲
by
beothorn
12y ago
I really wish mobile makers tried to deviate from the current mobile design norm. I am not against touch interfaces, but i sure miss some more physical buttons.
22.
▲
Samsung playing with possible phone designs
(samsung.com)
1 points
by
beothorn
12y ago
|
1 comments
23.
▲
Show HN: Java library for scraping a page using annotations
(github.com)
1 points
by
beothorn
12y ago
|
0 comments
24.
▲
by
beothorn
13y ago
Bit trip runner one was on Humble Indie Bundle 4. Just checked my game library and the game is still there
25.
▲
by
beothorn
13y ago
Why?
26.
▲
Show HN: An interactive implementation of the Koch Island fractal
(beothorn.github.io)
1 points
by
beothorn
13y ago
|
0 comments
27.
▲
by
beothorn
13y ago
Offtopic but kinda related. Father of the "Dothraki", the language used on game of thrones says you're all pronouncing Khaleesi WRONG http://io9.com/youre-all-pronouncing-khaleesi-wrong-47877979...
28.
▲
by
beothorn
13y ago
In portuguese 'mamar' means to suck, usually associated with babies. Mother is 'mãe' or 'mamãe'. Actually, the r is usually dropped when speaking, so 'mamar' is usally spoken 'mama'.
29.
▲
Cold War-era Governement Computer Created the First Digital Art
(tested.com)
2 points
by
beothorn
14y ago
|
0 comments
30.
▲
by
beothorn
14y ago
"Generating get/set and abstract method bodies is only necessary in Java" On smalltalk instance variables are private, so if you want get/set it's value you need a getter/setter. You can argument that this is bad oo design, but it's not jav
More ›