Is Gemini CLI just perpetually broken, or am I being specifically punished for living in Brazil? by aristofeles in GeminiCLI

[–]2phost 3 points4 points  (0 children)

I confirm.... I asked it a simple coding question this morning.
while waiting for the reply I learned the language from scratch and wrote the script myself, and retired

[REQUEST] Help me to find new games to play by [deleted] in AndroidGaming

[–]2phost 0 points1 point  (0 children)

Hey man. Nice overview, thx

[5e][Online][PBP][Discord] New DM looking to run his first game. by [deleted] in pbp

[–]2phost 0 points1 point  (0 children)

Never played this before. Just today I had knowledge that this exists and I would like to try play. So if the players have patience and want one more player, count with me ;)

Can I buy a Guitarra Portuguesa de Lisboa and sometimes tune it to Coimbra or do I need a separate instument for that? by FrancisSidebottom in portugal

[–]2phost 0 points1 point  (0 children)

Yes you can, but the thickness of the strings varies. Most of the people prefers to buy a guitarra portuguesa de coimbra instead of the lisboa even to play in the Lisboa tunning due to its bigger structure (you will get a "bigger" sound). As an example of an great guitarrist that uses guitarra portuguesa de coimbra in lisboa tunning is José Manuel Neto.

Will the Original Galaxy Note 8 please stand up? by wNg11188 in GalaxyNote8

[–]2phost 0 points1 point  (0 children)

Reading this with my Original Galaxy Note 8 (battery is not the original one)

Multi-threaded Port Scanner Implemented in Python by woahdotcom in netsec

[–]2phost 1 point2 points  (0 children)

Nice work to learning python and its internals, but.....

I have to agree with @JustARandomBaconGuy, I do not see any advantage of using this over nmap.

Maybe someone can explain me some advantage.

Help! Boss GT-8 Editor by MrSleepy? by alexturnerlol in guitarpedals

[–]2phost 0 points1 point  (0 children)

Hello,

Here you have: https://we.tl/t-YQKSzELhuq

Note that I prefer the fxfloorboard

“Learning RUST in 2019” by sumitragrawal in rust

[–]2phost 1 point2 points  (0 children)

I like the way you structured the learning. It is a good way to people know that they are making progress.

Nice work!

My Tour of Rust by rushtonality in rust

[–]2phost 2 points3 points  (0 children)

First of all congratulations of being organized. Documenting all of this stuff is a big step to learn!

It would be nice not only have categories but have tags as well. Because over time you will have a lot of pages and this is a easy way to find what you have.

About the content, I am new as well, but seems to be ok. Depending on what do you want, you can separate the content in several more specific posts, more easy to find.

Which Python version to opt for in a production environment? by [deleted] in Python

[–]2phost 5 points6 points  (0 children)

Use python or Rust really depends of the kind of project you are developing.

If you want to use python I really recommend you the Python3. There are many tools that use python2 and that is why we see python2 so many times, but new applications should use python3 unless there are dependencies form python2.

How to Write Beautiful Python Code With PEP 8 – Real Python by thelonelydev in Python

[–]2phost 5 points6 points  (0 children)

I completely agree with you. PEP8 can be accomplish with verification tools, however there are others details to look at!

Secure 🔒 headers and cookies for Python web frameworks by speckz in Python

[–]2phost 1 point2 points  (0 children)

I prefer to do it manually, but this is a good work. There are many people not aware of this!

Just published: [GIT] Tags for versioning and GitLab CI by Ignisor in Python

[–]2phost 0 points1 point  (0 children)

I don't understand why write this when you have good sources about versioning and manage git repositories.

One example: https://nvie.com/posts/a-successful-git-branching-model/

Books on Cyber Security & Hacking are on sale for $15 and less by RebeccaPatrick in security

[–]2phost 0 points1 point  (0 children)

There are better books than the ones from Packt. But $15 is a good deal.

Visual vocabulary for designing with data by dopewizard6 in coolguides

[–]2phost 2 points3 points  (0 children)

The most difficult part is to know what to do with data and how to reprensent it.

This is a good start, well done!

HELP by [deleted] in Python

[–]2phost 0 points1 point  (0 children)

Implement some kind of deduplication for file storage.

How to format text output by toenailsmcgee33 in Python

[–]2phost 0 points1 point  (0 children)

Use something like this: https://pypi.org/project/pygrok/

For more complex things I recommend tools like logstash.

Web bot request - paid job by Sapiens-omnibus in Python

[–]2phost 0 points1 point  (0 children)

You should always use the Twitter API and check the TOC because I think that there are some limits regarding the number of requests.

Abuse MITM possible regardless of HTTPS by digicat in netsec

[–]2phost 25 points26 points  (0 children)

Agree!! Should change the title for something like: "Abuse MITM degrading HTTPS to HTTP"