HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dennis714

no profile record

Submissions

[untitled]

1 points·by dennis714·5 месяцев назад·0 comments

[untitled]

1 points·by dennis714·8 месяцев назад·0 comments

[untitled]

1 points·by dennis714·8 месяцев назад·0 comments

[untitled]

1 points·by dennis714·8 месяцев назад·0 comments

[untitled]

1 points·by dennis714·11 месяцев назад·0 comments

[untitled]

1 points·by dennis714·3 года назад·0 comments

[untitled]

1 points·by dennis714·3 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

Cracking Diffie–Hellman Key Exchange Using CADO-NFS and Logjam SSL/TLS Attack

yurichev.com
3 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

I rented a flat with the help of calculus

yurichev.com
3 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

[untitled]

1 points·by dennis714·4 года назад·0 comments

comments

dennis714
·5 лет назад·discuss
To my taste, there are no problems with regular expressions at all.

But there are problems in all sorts of escaping. Without peeking into Stack Overflow, can you tell, how to escape properly in grep/sed? If it is running in bash/zsh? In cygwin? In your favorite text editor? In bash/zsh script? How many slashes would you need for an opening bracket? For a pipe?

You just never know. This frustrates heavily.

I don't even try to use sed or grep. Instead, I just write a small Python or Racket script to do the job. This is what I recommend. While learning Regular Expressions, just stick to your favorite programming language with RE support. Like Python or Perl. Use it for everything you need.

Then abide to a heavy burden of escaping in all sorts of exotic environments.
dennis714
·5 лет назад·discuss
Eat this: https://web.cecs.pdx.edu/%7Eharry/Relay/
dennis714
·5 лет назад·discuss
https://sat-smt.codes/SAT_SMT_by_example.pdf
dennis714
·5 лет назад·discuss
See also: http://homebrewcpu.com/
dennis714
·5 лет назад·discuss
The website with problems in reverse engineering: https://challenges.re/ Created in similar vein as PE.
dennis714
·5 лет назад·discuss
Shameless plug about IEEE 754 round-off errors: https://yurichev.com/news/20210131_IEEE_754/
dennis714
·5 лет назад·discuss
Second and third parts: https://yurichev.com/news/20210121_Knuth_Morris_Pratt_2/ https://yurichev.com/news/20210121_Knuth_Morris_Pratt_3/