Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "service discovery"
-
Hey everyone,
We have a few pieces of news we're very excited to share with everyone today. Apologies for the long post, but there's a lot to cover!
First, as some of you might have already seen, we just launched the "subscribed" tab in the devRant app on iOS and Android. This feature shows you a feed of the most recent rant posts, likes, and comments from all of the people you subscribe to. This activity feed is updated in real-time (although you have to manually refresh it right now), so you can quickly see the latest activity. Additionally, the feed also shows recommended users (based on your tastes) that you might want to subscribe to. We think both of these aspects of the feed will greatly improve the devRant content discovery experience.
This new feature leads directly into this next announcement. Tim (@trogus) and I just launched a public SaaS API service that powers the features above (and can power many more use-cases across recommendations and activity feeds, with more to come). The service is called Pipeless (https://pipeless.io) and it is currently live (beta), and we encourage everyone to check it out. All feedback is greatly appreciated. It is called Pipeless because it removes the need to create complicated pipelines to power features/algorithms, by instead utilizing the flexibility of graph databases.
Pipeless was born out of the years of experience Tim and I have had working on devRant and from the desire we've seen from the community to have more insight into our technology. One of my favorite (and earliest) devRant memories is from around when we launched, and we instantly had many questions from the community about what tech stack we were using. That interest is what encouraged us to create the "about" page in the app that gives an overview of what technologies we use for devRant.
Since launch, the biggest technology powering devRant has always been our graph database. It's been fun discussing that technology with many of you. Now, we're excited to bring this technology to everyone in the form of a very simple REST API that you can use to quickly build projects that include real-time recommendations and activity feeds. Tim and I are really looking forward to hopefully seeing members of the community make really cool and unique things with the API.
Pipeless has a free plan where you get 75,000 API calls/month and 75,000 items stored. We think this is a solid amount of calls/storage to test out and even build cool projects/features with the API. Additionally, as a thanks for continued support, for devRant++ subscribers who were subscribed before this announcement was posted, we will give some bonus calls/data storage. If you'd like that special bonus, you can just let me know in the comments (as long as your devRant email is the same as Pipeless account email) or feel free to email me (david@hexicallabs.com).
Lastly, and also related, we think Pipeless is going to help us fulfill one of the biggest pieces of feedback we’ve heard from the community. Now, it is going to be our goal to open source the various components of devRant. Although there’s been a few reasons stated in the past for why we haven’t done that, one of the biggest reasons was always the highly proprietary and complicated nature of our backend storage systems. But now, with Pipeless, it will allow us to start moving data there, and then everyone has access to the same system/technology that is powering the devRant backend. The first step for this transition was building the new “subscribed” feed completely on top of Pipeless. We will be following up with more details about this open sourcing effort soon, and we’re very excited for it and we think the community will be too.
Anyway, thank you for reading this and we are really looking forward to everyone’s feedback and seeing what members of the community create with the service. If you’re looking for a very simple way to get started, we have a full sample dataset (1 click to import!) with a tutorial that Tim put together (https://docs.pipeless.io/docs/...) and a full dev portal/documentation (https://docs.pipeless.io).
Let us know if you have any questions and thanks everyone!
- David & Tim (@dfox & @trogus)
53 -
My words to live by...
Another one got caught today, it's all over the papers. "Teenager
Arrested in Computer Crime Scandal", "Hacker Arrested after Bank Tampering"...
Damn kids. They're all alike.
But did you, in your three-piece psychology and 1950's technobrain,
ever take a look behind the eyes of the hacker? Did you ever wonder what
made him tick, what forces shaped him, what may have molded him?
I am a hacker, enter my world...
Mine is a world that begins with school... I'm smarter than most of
the other kids, this crap they teach us bores me...
Damn underachiever. They're all alike.
I'm in junior high or high school. I've listened to teachers explain
for the fifteenth time how to reduce a fraction. I understand it. "No, Ms.
Smith, I didn't show my work. I did it in my head..."
Damn kid. Probably copied it. They're all alike.
I made a discovery today. I found a computer. Wait a second, this is
cool. It does what I want it to. If it makes a mistake, it's because I
screwed it up. Not because it doesn't like me...
Or feels threatened by me...
Or thinks I'm a smart ass...
Or doesn't like teaching and shouldn't be here...
Damn kid. All he does is play games. They're all alike.
And then it happened... a door opened to a world... rushing through
the phone line like heroin through an addict's veins, an electronic pulse is
sent out, a refuge from the day-to-day incompetencies is sought... a board is
found.
"This is it... this is where I belong..."
I know everyone here... even if I've never met them, never talked to
them, may never hear from them again... I know you all...
Damn kid. Tying up the phone line again. They're all alike...
You bet your ass we're all alike... we've been spoon-fed baby food at
school when we hungered for steak... the bits of meat that you did let slip
through were pre-chewed and tasteless. We've been dominated by sadists, or
ignored by the apathetic. The few that had something to teach found us will-
ing pupils, but those few are like drops of water in the desert.
This is our world now... the world of the electron and the switch, the
beauty of the baud. We make use of a service already existing without paying
for what could be dirt-cheap if it wasn't run by profiteering gluttons, and
you call us criminals. We explore... and you call us criminals. We seek
after knowledge... and you call us criminals. We exist without skin color,
without nationality, without religious bias... and you call us criminals.
You build atomic bombs, you wage wars, you murder, cheat, and lie to us
and try to make us believe it's for our own good, yet we're the criminals.
Yes, I am a criminal. My crime is that of curiosity. My crime is
that of judging people by what they say and think, not what they look like.
My crime is that of outsmarting you, something that you will never forgive me
for.
I am a hacker, and this is my manifesto. You may stop this individual,
but you can't stop us all... after all, we're all alike.
+++The Mentor+++9 -
Man I have no idea how my company is running as stable as they do. Every time I peak under the curtain of some piece of machinery I find such bad practices…
Just found out our in house database manager only supports listing all objects in a table, updating objects by first reading each row you need to update and only support “select *” queries.
This is after having to argue with some engineers that using http or grpc when interacting with the new service I’m writing in the none-jvm language is better than writing our own driver for their custom rpc and service discovery system.
But like honestly I’d be mad if these decisions had a visible performance impact on the business, but it somehow doesn’t… this is bizzaro world where all I learned from my 8 years experience as a professional goes out the window…1 -
Had a task of service discovery, went through following phases:
1. UDP broadcast
2. Wait why not Bonjour?
3. JmDNS for desktop works great
4. Android NSD on Lollipop, this is easy
5. Kitkat WTF..!! Why did you put it there when it's so buggy.
6. Replaced Android NSD with JmDNS and it's great
7. Network switching on Android... done
8. Wait how are others doing it.. JmmDNS.. awesome.. fuck not working...
9. Read mDNSJava is much faster... replace JmDNS.. why haven't they uploaded parent pom on repo
10. mDNSJava freezing my Android device... revert to JmDNS
11. Let's see if it works with Wifi Direct.... Come on why aren't you working...
12. UDP broadcast it is 😢2 -
Sooo, turns out, management and senior PMs, technical PMs, service managers and you name it forgot an entire system.
A complete eco-system of applications, queues, services, load-balancers, deploy pipelines, databases, monitoring solutions, etc, etc, that if not handled correctly could effectively put the entire production line to a standstill.
So, waaay too late they make this discovery. In their ignorance. Just utter incompetence. Huge project. Millions of $. And they forget it. Months of meetings probably. Workshops and gettogethers at cozy hotel complex discussing ”the project”? And they do not understand some of the fundamental building blocks…
Basic engineering for these guys must mean something completely different.
I can’t even.
I am so fed up with this organization. It does not stop either.
How is this possible…
Do they even have half a brain? -
To be a Java (or other business popular language) developer
* Java 6, 8 and features up to 14
* SQL + nosql
* Caching
* Logging eg log4j2,
* Searching eg elastic stack
* Reactive
* Framework (at least 1, but hey, knowing 1 is lame..)
* Networking or at least base http knowledge
* Tomcat, jboss or other shit
* Aws, heroku, GCE or other SAAS/paas
* Rest, RPC, soap
* Business Hello World example
* Hexagonal Architecture
* TDD
* Ddd
* Cqrs
* 12 app factor
* Solid
* Patterns
* docket
* Kubernetes
* Microservices
* Security, oauth2
* concurrency
* AMPQ
* Cloud
* Eureka or consul as service Discovery
* Config server
* Hazel cast
*
*
* Endless story ...
Then we can start hello word app2 -
NEED HELP RECOVERING LOST CRYPTO ASSETS = VISIT DIGITAL HACK RECOVERY
I’m Oliver, a retired Marine, and I never imagined that my investment in Bitcoin and USDT years ago would turn into a small fortune. During my time in the military, I learned the value of discipline, strategic thinking, and long-term planning. After leaving the service, I focused on civilian life and ways to secure my financial future. During the cryptocurrency boom, I bought several Bitcoins and some USDT, drawn by the potential of this new and innovative digital currency. As a Marine, I was always open to exploring new opportunities, so I took the plunge into the world of crypto when Bitcoin was still in its early stages.As time passed and life moved forward, I eventually forgot about my investments. Between family, work, and other life demands, I left my crypto assets untouched in my wallet, thinking they were just a small gamble. I didn’t expect them to amount to much.Years later, as Bitcoin’s value soared, I heard about its incredible price surge. Intrigued, I decided to check on my old investments. To my surprise, my forgotten Bitcoins and USDT had appreciated significantly. The total value was now over $1.5 million, with $39,000 USDT invested. The discovery was thrilling, but it came with a significant challenge—how could I access my digital fortune after so many years?I found myself at a crossroads. While I remembered the basics of cryptocurrency, I couldn’t remember the specifics of accessing my old wallet. I had invested around 39,000 USDT, and when I tried to retrieve the funds, I encountered technical issues that prevented me from accessing them. I tried multiple times, but every attempt was unsuccessful. After a while, I realized I needed professional help.Through my research, I came across Digital Hack Recovery, which had many positive reviews from people who successfully recovered funds from crypto scams and lost wallets. I decided to reach out to them. From the moment I contacted them, I was impressed by their professionalism and clear communication. They patiently walked me through the recovery process and made sure I understood every step.Thanks to Digital Hack Recovery’s expertise, I was able to successfully recover my 39,000 USDT and access my Bitcoins. They were efficient, transparent, and kept me updated throughout the entire process. I’m incredibly grateful to them for their dedication and support. Without Digital Hack Recovery, I would still be struggling to retrieve my funds.If you’re facing a similar situation or need help recovering lost crypto assets, I highly recommend Digital Hack Recovery. They made what seemed like an impossible situation manageable, and I’m forever thankful for their help in recovering my hard-earned investment. For any crypto recovery service contact Digital Hack Recovery through⁚
Email; digital hack recovery @ techie . com
WhatsApp +19152151930
Website; https : // digital hack recovery . com
13 -
HIRE A GENUINE CRYPTO RECOVERY SERVICE/ CONTACT TRUST GEEKS HACK EXPERT
As a thriller writer, I'm pleased to have crafted suspense for high-stakes disasters, kidnappings, computer hacking break-ins, and political scandals. Nothing in my writer's arsenal had prepared me, however, for the chilling real-world danger of losing my $290,000 hoard of Bitcoin savings. This horror was not to play out in some dimly lit alley or foggy backroom but in my kitchen, fueled by writer's block and Red Bull. I'd been up for 36 hours, writing the denouement of my new book, a crypto heist thriller, ironically enough, when tragedy struck. Bleary-eyed, I attempted to organize my digital files, but in my sleep-deprived state, I reformatted the USB drive containing my private keys in error. I felt as though I'd written myself into a plot twist with no escape. Panic was more crippling to me than any looming deadline. I tried everything, data recovery programs, techie friends, even making a final, desperate call to the manufacturer, whose support person, bless her heart, was more concerned about my hydration status than my financial ruin. I was about to pen my own doleful ending when a midnight Google splash led me to (TRUST GEEKS HACK EXPERT). They'd been featured in a technology blog's "Real-Life Mysteries" series—a fitting discovery for a suspense-addicted author. The tale described their work in recovering funds from ransomware attacks and lost hardware. It was the origin story of a band of cyber superheroes.
I shouted out, anticipating a robo-support reply. But instead, I received a human being, a calming, smart voice that informed me I was not the first writer to make a catastrophe of a blunder (though I might win an award for most sleep-deprived). Their computer forensics division handled my case like a detective division closing a cold case. They took me through each step using words even a writer could understand. They used advanced data reconstruction techniques to retrieve my keys from the wiped drive, an endeavor they compared to un-erasing a book manuscript burned to ashes. Ten nail-sucking days passed, and I opened my email inbox to read: "Funds Recovered." A rush of relief swept over me like the greatest plot twist. My story did have a happy ending, after all. I now backup everything like a mad villain, but I sleep soundly too, knowing (TRUST GEEKS HACK EXPERT) is out there, the little-known heroes of fiction and real life.
REACH OUT TO TRUST GEEKS HACK EXPERT CONTACT SERVICE
E m ai l. Trust geeks hack expert [At] f a s t s e r v i c e [Dot] c o m
Telegram. Trustgeekshackexpert
E m a i l . in fo @ trust geeks hack expert . c o m
Web site. w w w // trust geek s hack expert . c o m1 -
HOW TO RESTORE BACK LOST BITCOIN AND ETHEREUM- CONTACT SALVAGE ASSET RECOVERY
Contact info===WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
TELEGRAM===@Salvageasset
The day our crypto inheritance vanished was the day our family’s foundation cracked. For my siblings and me, those digital assets weren’t just wealth—they were our parents’ legacy. Years of sacrifice and foresight had gone into building that nest egg, intended to protect us from life’s unpredictability. When hackers erased it in moments, grief and guilt consumed us. How could we let this happen? we whispered, stunned by the fragility of something we thought was secure. Our trust in technology was shattered. But then, Salvage Asset Recovery stepped in and what they restored went beyond numbers. It began with a gut-wrenching discovery. My youngest sister noticed strange withdrawals from our shared wallet amounts we hadn’t authorized, vanishing into unknown accounts. A sinking feeling spread as we realized what had happened: the entire inheritance was gone. When we contacted authorities, their responses were discouraging. Crypto’s decentralized nature made tracing nearly impossible. My brother, always self-critical, blamed himself for not setting up better protections. I struggled with the task of telling our mother. When I finally did, her voice cracked, “Did we lose everything?” That question echoed through our home like a curse. Then someone whispered hope: Salvage Asset Recovery. Desperate, we reached out, expecting a slim chance. But their response was swift and confident: “We’ve seen this before. Let’s get your story back.” From that moment, it felt less like hiring a service and more like gaining allies. The team treated us with empathy, never condescending, and explained each step in language we could understand. Their approach was both surgical and strategic. They traced transactions through layers of obfuscation, deciphering patterns we couldn’t see. One analyst described it as “chasing shadows in a hall of mirrors” and yet, they never wavered. My sister saved every update like a diary. My brother mapped their progress obsessively. And piece by piece, the inheritance began to reappear. In the end, Salvage Asset Recovery pulled off what felt like a miracle. They recovered every stolen dollar but more importantly, they restored something deeper. Our belief in each other. Our resilience. Our hope. What began as a nightmare ended with a reunion not just with our assets, but with a renewed sense of unity. We didn’t just survive the scam we overcame it.1
