Viewing profile — staticlibs
staticlibs
HN member- Joined
- Wed, Apr 12, 2017, 12:51 PM UTC
- HN karma
- 80
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About staticlibs
Recent public activity
-
comment
Comment #47150934
> sometimes libreoffice crashes and you can't figure out why > why libreoffice stopped publishing artefacts to mvn repo I think both questions would be a perfect fit for the paid s…
-
comment
Comment #42188453
Fltkhs [1] was the best ever experience I've had while doing small/auxiliary GUI utilities. Now using NWG [2] for that (UI forms examples [3]) and it is so much less elegant and so…
-
comment
Comment #40126879
Chasing memory leaks in BCP [1] data load implementation in Babelfish [2]. Spotted unusually high RAM usage, decided to look deeper and got into a rabbit hole. Haven't had this fun…
-
comment
Comment #39747034
Transact-SQL support (both queries and stored procedures) for PostgreSQL is implemented in Babelfish extensions [1]. It is implemented from the ground up as a "pl/tsql" language fo…
-
comment
Comment #39725418
What is cool about Postgres extensions ecosystem, is that new functionality can be built upon existing extensions. For example, Babelfish (SQL Server compatibility layer for Postgr…
-
comment
Comment #39666125
I meant that Jet Brains do care about GUI support in OpenJDK (mainstream Java), their flagship products depend on this, they employ a number of ex-Oracle GUI devs and contribute fi…
-
comment
Comment #39662568
None of major Java/OpenJDK contributors (Oracle, Red Hat, SAP etc) care about desktop GUI Java libs. Jet Brains do care, but they are not major. All Java progress is concentrated o…
-
comment
Comment #39662402
DBeaver uses SWT toolkit, its widgets are as platform-native as Java can do. Some of them can be much faster with long text editing than default Java Swing widgets.
-
comment
Comment #39662364
DBeaver works surprisingly nicely with less popular DBs. I work with Babelfish for PostgreSQL [1], it supports connections with SQL Server client libs. Most GUI client tools (like …
-
comment
Comment #39594473
Feature set of Postgres on AWS in the article omits Babelfish feature. It is definitely worth mentioning, at least for some unfortunate people who are stuck with SQL Server, but wo…
-
comment
Comment #39581160
> WARNING: Files not signed! I don't have a Google Inc. private key at the moment. Its readme is worth reading.
-
comment
Comment #38957730
> moving some data from SQL Server to Postgres I don't have any first-hand experience with Postgres replication to share, just, when moving DB from MSSQL, Babelfish extensions for …
-
comment
Comment #38280309
Project author here, just noticed that someone submitted this on HN. Thanks for your comment, I didn't thought about this. I wonder what would be a proper way to cover "who is behi…
-
comment
Comment #14279791
Looks like this is just one of possible "non-default" extension allocators, that can be selected during libstdc++ compile time: https://gcc.gnu.org/onlinedocs/libstdc++/manual/memo…