HackerTrans
TopNewTrendsCommentsPastAskShowJobs

H4sh3

no profile record

Submissions

Show HN: Processing Nginx Logs with Python

daniel-pink.de
3 points·by H4sh3·hace 4 años·1 comments

Show HN: I processed 97k upwork job titles

votura.io
2 points·by H4sh3·hace 5 años·0 comments

Game of Life

js.project-zeta.org
1 points·by H4sh3·hace 6 años·0 comments

Reinforcement Learning Agent learns to solve a maze

js.project-zeta.org
1 points·by H4sh3·hace 6 años·0 comments

comments

H4sh3
·hace 4 años·discuss
If you get a never before seen problem to solve, going trough the taught process and communicating the steps of solving it might display the skill of problem solving. Which should be what interviewers are looking for. The solution will probably not be the most efficient one, but can be refined later.
H4sh3
·hace 4 años·discuss
public static main([java/lang/String)V {

is this open square brackets a typo?
H4sh3
·hace 4 años·discuss
Eat healthy food with high protein, keeps you full for longer time. Go for a walk couple times a week and/or do fitness regular.
H4sh3
·hace 5 años·discuss
I'm testing it now.. gotta work the timer is running ;)
H4sh3
·hace 6 años·discuss
Thought so i played around with this and my phone, self hacking ;)

It's also very nice to intercept app traffic. Some use cert pinning, so the custom certificate won't work.
H4sh3
·hace 6 años·discuss
Can you even do this if the client hasn't installed your cert?
H4sh3
·hace 6 años·discuss
Very cool!
H4sh3
·hace 6 años·discuss
This is Conway's Game of Life in javascript using the p5js library.
H4sh3
·hace 6 años·discuss
Hello, i did this project to visualize how a q-table gets updated. When i got into this topic i couldn't find something like this, hope it helps people that are new in this topic.