HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pinkcan

no profile record

Submissions

The Law of the Land

world.hey.com
1 points·by pinkcan·hace 3 años·1 comments

comments

pinkcan
·hace 3 años·discuss
not a native speaker, but have been reading and writing english long enough to pick up the meaning immediately

anyway, had the same though when typing my sibling comment, felt so disgusted reading that
pinkcan
·hace 3 años·discuss
thanks for clearing that up
pinkcan
·hace 3 años·discuss
yea, it's just another one to add to a list of expressions that are unnecessarily aggressive, and for which there are better alternatives
pinkcan
·hace 3 años·discuss
it's hip, they use hip tech and hired hip folks, so you know it's the place to be ;)
pinkcan
·hace 3 años·discuss
what's up with the status page?
pinkcan
·hace 3 años·discuss
DO, OVH, and Hetzner are more stable because they don't use buzzwords?
pinkcan
·hace 3 años·discuss
monitoring means you might get called-in on your night-out

who wants that?
pinkcan
·hace 3 años·discuss
> a throat to choke

yikes
pinkcan
·hace 3 años·discuss
unless the intent of the code is to demonstrate some implementation where the optimisations would be distracting
pinkcan
·hace 3 años·discuss
in order to reduce hallucinations one can use other tricks, chain-of-thought and reflection being two popular ones
pinkcan
·hace 3 años·discuss
models are still having trouble reasoning – current tricks still depend of feeding back an intermediate answer with a different prompt, but it is still an LLM, and most times the same LLM
pinkcan
·hace 3 años·discuss
that would be copilot not chatgpt
pinkcan
·hace 3 años·discuss
parent gave five examples of issues they found while using a taxi in the manner you described

you could have just believed them instead of being antagonistic about it, this is especially unnecessary given the topic has a history that supports the experiences the parent poster listed
pinkcan
·hace 3 años·discuss
> uses half the memory

this is false

> two orders of magnitude faster

incorrect

> doesn't let your users DOS you by triggering huge file reads on each request.

I understood what you were trying to do on your first reply – "Prolly don't want to read the file on every request though" – no need to repeat yourself.

plese remember:

1. it's pseudo code, the optimisation is superfluous

2. it never ran, the optimisation is useless
pinkcan
·hace 3 años·discuss
congratulations, you've optimised a snippet that never ran – it was typed into the post form from memory
pinkcan
·hace 3 años·discuss
and how do you get access to the VPN?

all VPNs need authentication and payments, otherwise your just connecting to another open network with the same issues as TOR.

if you make payments, and then auth on connection, they "know" who you are and TOR at the start is not giving you anything
pinkcan
·hace 3 años·discuss


  import flask
  import random
  app=flask.Flask()
  @app.route('/')
  def random_redir():
    with open('urls.txt') as of:
      return flask.redirect(random.choice(of.readlines()))
pinkcan
·hace 3 años·discuss
I guess I got lucky as it sent me to: https://www.w3.org/People/Berners-Lee/
pinkcan
·hace 3 años·discuss
"Exploring Transcranial Magnetic Stimulation as a Potential Treatment for Addiction: Promising Results but More Research Needed"
pinkcan
·hace 3 años·discuss
you could start by pushing all articles into a database; have another process quickly label/tag the entries based on the criteria you care about; web or tui app to show you only the entries you care about; slower clean up job for entries you don't care to keep around anymore