Stuff
3 subscribers
198K links
Download Telegram
A single line of code cost $8000
18 by lordfuckleroy | 19 comments on Hacker News.
Try Switching to Kagi
10 by Ch00k | 2 comments on Hacker News.
Dear "Security Researchers"
18 by donnachangstein | 3 comments on Hacker News.
Ask HN: Is there hope for Microsoft 365 support?
16 by joaopbnogueira | 6 comments on Hacker News.
The company I work for (25friday.com) has been hit with what seems to be a keyword blacklist on Microsoft 365 email. In short, if we send out any email to clients using Microsoft 365 as their email provider containing the textual content "25friday.com" anywhere on the email subject, body or readable attachment (e.g. pdf) the emails fall on a "blackhole" and are neither bounced nor reaching the recipient (they are not in spam or quarantine either). As you might imagine this is a huge problem for us as email is our primary means of communication with our clients and we need to be careful to never include any mention of our domain in any email we send to them. For recipients using personal Outlook emails, the emails are received and sent to spam with a spam score of 9 (maximum score). We've reached Microsoft support and they seem as clueless as we are. They have no idea why this is happening and they are unable to provide any information or progress on the ongoing issue. This has been going on for about a month now. A few things we have tried: - We have checked our SPF, DKIM, and DMARC records and they are all set up correctly and passing. - We have checked our email sending reputation and it is good as far as we can tell. - We have tried sending emails from different email addresses and domains, but the issue persists. - We have setup our own Microsoft 365 account to be able to submit false-positive reports on the security portal, but the submissions disappear into the void and we never receive any feedback. - We have tried some deliverability testing tools and they all report that our emails are being blocked by Microsoft 365, but not by any other email providers. - We are not on any known/public blacklists Note that we are using Google Workspaces, but that does not seem to be the issue. The domain itself has been live since 2018 (since the company was founded) and we have never had any issues with email deliverability before. We don't send spam or unsolicited emails. The closest I could think of is a mailing list we have with about 300 subscribers containing mostly client emails but also some emails of people we invite to our events. We send out an approximately monthly newsletter to this list, but we have never had any complaints or issues with it before (we're using Pipedrive for that). Tangential but I believe that it might be related: if I set my website address as 25friday.com on my LinkedIn profile, the link gets overwritten to a LinkedIn error page. My guess is that since LinkedIn is owned by Microsoft, they are sharing the same blacklist. Any tips would be greatly appreciated. We're really affected by this and without any recourse to escalate this issue.
Show HN: Flowcode – Turing-complete visual programming platform
15 by gabigrin | 4 comments on Hacker News.
Hey HN! I’m Gabriel, and I’m excited to share a project I’ve been working on for the last few years. Flowcode is a visual programming platform that tries to combine the best of both worlds (code and visual). Over the years I found myself repeatedly drawing architectures and logic. It was always my dream to just press “run” instead of having to write them in code afterwards. But none of the visual tools I found were flexible and transparent enough for building real products. I think that visual programming fits perfectly with modern backend dev tasks that revolve around connecting different services with basic logic. Flowcode is meant to speed up and simplify those tasks, leaving more time to think about design and solve design problems. Visual programming also works really well for developing workflows involving LLM calls that are non-deterministic and require a lot of debugging and prompt tweaking. There are many other visual/low code tools, but they all offer limited control and flexibility (no concurrency, loops, transparency) and most suffer from the same problems (vendor lock-in, hard to integrate with existing code etc.). Flowcode is built on an open source visual programming language (Flyde https://ift.tt/WDArpcu , which I launched last year here on HN - https://ift.tt/2Vi6QhU ). This means Flowcode has true concurrency, no vendor lock-in (you can export flows as .flyde files), is Turing-complete (loops, recursion, control flows, multiple IOs etc.), lets you fork any node, integrates with code via an SDK and more. I’d love to hear your thoughts and feedback.
Ask HN: AI Replacing Engineers – Firsthand Stories?
6 by ludovicianul | 7 comments on Hacker News.
I keep reading about many companies moving to a model where they stop recruiting and replace human engineers with AI. Is anyone part of such a company that wants to share some firsthand experience? What changed significantly in your workflow? On top of the "clasic" GitHub Copilot and/or Cursor, any other tools/agents/automated workflows that are used to compensate for additional human effort? Are you 10x more efficient? Is the effort similar as before, but distributed in other areas?
Show HN: A Chrome extension that will auto-reject non-essential cookies
4 by mitch292 | 0 comments on Hacker News.
A FOSS chrome extension that attempts to remove the annoyance of cookie pop ups and banners. There are some extensions out there that auto-accept cookies, but I didn't find one that auto rejected cookies without either chaining some extensions together or setting up custom rules in tools like uBlock origin. So with this extension, you just need to add it for non-essential cookies to be rejected. Github: https://ift.tt/QdmCuGj Extension Link: https://ift.tt/sqCxAIy... It's still very early days for the extension. I want it to keep improving and working on more and more sites. Feedback welcome. Thanks!