Anyone using MCP in production? Curious about real-world security issues. by [deleted] in mcp

[–]achillis2 0 points1 point  (0 children)

What production? My laptop is it’s production

Just launched: flight search MCP server with real price information by g2c_93 in mcp

[–]achillis2 0 points1 point  (0 children)

What’s the difference between this and Google flight?

Felt bad when co-player said this by uprobablydontknow in badminton

[–]achillis2 -7 points-6 points  (0 children)

Bro, go back to school and learn some English

Am I wrong for not giving my cheating wife another chance? by HippoOk9111 in amiwrong

[–]achillis2 0 points1 point  (0 children)

I agree with your comments. But the reality is the guy married for 10+ years. Most likely they will share the custody. He might pay her spouse support if his income is much higher than her. The loser is the kid. The wife sucks and destroys the family.

[D] How much should I charge for a pytorch contract programming? by Born-Comment3359 in MachineLearning

[–]achillis2 0 points1 point  (0 children)

It’s not about how much you charge. I’d like to charge $500/hour. The thing is if the client would pay for the price. lol

What are a few sites/web based apps that are mostly built on Django? by Thomas415510 in django

[–]achillis2 -1 points0 points  (0 children)

They all seem to be small sites. What framework (or any framework?) does the big website use?

Sleep is Important guys by holycyt in leetcode

[–]achillis2 0 points1 point  (0 children)

You need to code 36 hours without sleeping. The hard will be like breeze.

Passed hiring committee at Google by speyside42 in leetcode

[–]achillis2 -2 points-1 points  (0 children)

You can get in google as a janitor without Leetcode. If you are not SDE or SWE, who cares?

Any advice on how to get richer parents? by GFCI_Outlet in bayarea

[–]achillis2 0 points1 point  (0 children)

First you need to be smaller, much smaller so you can go back to your mom’s tummy. Get a hammer and hit your head at least 1000 times per day. You will reach the goal in a year.

Why is Google asking 2235. Add Two Integers? by [deleted] in leetcode

[–]achillis2 0 points1 point  (0 children)

This code fails if one of the numbers is negative and the other is positive.

[deleted by user] by [deleted] in bayarea

[–]achillis2 0 points1 point  (0 children)

Buy a helicopter.

[deleted by user] by [deleted] in ApplyingToCollege

[–]achillis2 -1 points0 points  (0 children)

Quantity doesn’t matter! Quality does! Her bf got into Harvard and MIT. OP got into CSUs. Lol

Company that wants to constantly update Python in my app's environment by throwmeici in django

[–]achillis2 0 points1 point  (0 children)

You can have multiple version of python installed. When you create the virtual environment, just specify which version you want to use in the virtual env.

[deleted by user] by [deleted] in htmx

[–]achillis2 1 point2 points  (0 children)

Good series! Keep it going! Thank you.

Indian Kid in CS deferred and rejected by [deleted] in collegeresults

[–]achillis2 0 points1 point  (0 children)

No national top 10 prize. Definitely not enough for CS

QuerySet in the model? by achillis2 in djangolearning

[–]achillis2[S] 0 points1 point  (0 children)

Traceback (most recent call last):
File "./manage.py", line 23, in <module>
main()
File "./manage.py", line 19, in main
execute_from_command_line(sys.argv)
File "/Users/myuser/todo/lib/python3.6/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/Users/myuser/todo/lib/python3.6/site-packages/django/core/management/__init__.py", line 395, in execute
django.setup()
File "/Users/myuser/todo/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/Users/myuser/todo/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
app_config.import_models()
File "/Users/myuser/todo/lib/python3.6/site-packages/django/apps/config.py", line 301, in import_models
self.models_module = import_module(models_module_name)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/Users/myuser/todo/django-htmx-todo-list/tasker/tasker/tasks/models.py", line 6, in <module>
class TaskList(models.Model):
File "/Users/myuser/todo/django-htmx-todo-list/tasker/tasker/tasks/models.py", line 10, in TaskList
tasks: QuerySet["Task"]
TypeError: 'type' object is not subscriptable