Yeah... people aren't paying Bloomberg $31,980 per year for a TUI. They're paying for the data source... and I don't think you have Bloomberg's connections.
Gloomberb
111–120 of 249 posts
Re: Gloomberb
#112Earlier quoted context omitted.
Asked a dear friend in the finance industry what he thought about Bloomberg. He's the type of guy who uses these systems daily. Mostly paraphrasing: 1) Bloomberg was lightyears ahead of anything else in the pre-internet days, so there's a lot of UI familiarity. 2) Bloomberg's chat is important because, as a hedge fund or investment bank, the chat is how you buy and sell bonds. You agree to the trade in the chat, then…
Bloomberg is big enough that different aspects of the system are going to be absolutely key for substantial subsets of its customers.
Re: Gloomberb
#113Earlier quoted context omitted.
> They're paying for the data source Yup. If you want fixed-income data, Bloomberg is the only shop on the street data-wise. If you want other financial data, Bloomberg's fixed entry-point pricing tends to make more sense in terms of bang for buck than its competitors modular price sheets. People saying Bloomberg is just about the chat are simply embarrassing themselves. Look at the price sheets of Eikon, Factset, Ca…
This is what is wrong with the world today.
Re: Gloomberb
#114I really wish people would mention their stack when they have these curl install scripts. I'd rather use a real package manager, but I'm not totally against installing a compiled binary this way. I am, 100%, not going to install some Java/Type-script nightmare like this though. How is it resolving the dependencies? Is it installing some version of node, bun... on my machine? How's that working with other versions I h…
I know where you're coming from. I've been worried about all the supply chain attacks on npm too. And I'm far from a security expert. However, if you're okay with installing binary packages via `curl somesite.com | sh` I don't think you are in a better position with regards to security.
Re: Gloomberb
#115Yeah... people aren't paying Bloomberg $31,980 per year for a TUI. They're paying for the data source... and I don't think you have Bloomberg's connections.
Asked a dear friend in the finance industry what he thought about Bloomberg. He's the type of guy who uses these systems daily. Mostly paraphrasing: 1) Bloomberg was lightyears ahead of anything else in the pre-internet days, so there's a lot of UI familiarity. 2) Bloomberg's chat is important because, as a hedge fund or investment bank, the chat is how you buy and sell bonds. You agree to the trade in the chat, then…
What's the equivalent of hacker news for financial folk?
Re: Gloomberb
#116I really wish people would mention their stack when they have these curl install scripts. I'd rather use a real package manager, but I'm not totally against installing a compiled binary this way. I am, 100%, not going to install some Java/Type-script nightmare like this though. How is it resolving the dependencies? Is it installing some version of node, bun... on my machine? How's that working with other versions I h…
The source is prominently linked: https://github.com/gloom-sh/gloomberb > please don't write command line tools in non-compiled languages! Around 40% of Linux CLI tools are written in interpreted languages.
This is how I found out it's a javascript project and didn't install it. I only even bothered to do that because I actually wanted to try it. I'm just saying it would be awesome to have that right there next to the curl command.
> Around 40% of Linux CLI tools are written in interpreted languages.
And I prefer not to use those. Everything I said for Javascript holds for Python, Perl, Ruby... as well.
Re: Gloomberb
#117Earlier quoted context omitted.
I find it a bit less funny. There is this perception that what finance people do is super important and grown up but following a brief stint in the industry I realised it literally is just a game. We used to trade bits of stationery and trading cards for fun at school. They never stopped. The only difference is people who never consented to any of this are paying for it all, especially when it all goes wrong.
Why would a trader need your consent to make a trade with somebody else?
Re: Gloomberb
#118Yeah... people aren't paying Bloomberg $31,980 per year for a TUI. They're paying for the data source... and I don't think you have Bloomberg's connections.
> They're paying for the data source Yup. If you want fixed-income data, Bloomberg is the only shop on the street data-wise. If you want other financial data, Bloomberg's fixed entry-point pricing tends to make more sense in terms of bang for buck than its competitors modular price sheets. People saying Bloomberg is just about the chat are simply embarrassing themselves. Look at the price sheets of Eikon, Factset, Ca…
The exchange/marketplace is the oldest business in the world. How absurd that in 2026 seats on exchanges cost millions and the entities that control exchanges are mechanisms of gatekeeping rather than quality control -- the cronyism shown to SpaceX reveals just how corrupt it's become.
Re: Gloomberb
#119Earlier quoted context omitted.
Agree. If you really want to know what's used here: probably uses bun single-file executables[0] so shouldn't clash with anything else on your system. [0] https://bun.com/docs/bundler/executables
lmao curling and exec'ing a vibe coded script running in a vibe-coded runtime, what could possibly go wrong!
Re: Gloomberb
#120I really wish people would mention their stack when they have these curl install scripts. I'd rather use a real package manager, but I'm not totally against installing a compiled binary this way. I am, 100%, not going to install some Java/Type-script nightmare like this though. How is it resolving the dependencies? Is it installing some version of node, bun... on my machine? How's that working with other versions I h…